Update README.md

This commit is contained in:
Zen 2020-10-16 21:54:36 +03:00 committed by GitHub
parent b79ef5890b
commit bd27c29318
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -148,7 +148,9 @@ With your own parameters:
1 and 2 probes have special cases to try to work with few data points.
Optimal is 4-6 probes. Default: 4
--vmaf_filter Filter used for vmaf calculation
--vmaf_filter Filter used for vmaf calculation. Passed format is filter_complex.
So if crop filter used ` -ff " -vf crop=200:1000:0:0 "`
`--vmaf_filter` must be : ` --vmaf_filter "crop=200:1000:0:0"`
--vmaf_rate Setting rate for vmaf probes (Every N frame used in probe, Default: 4)