diff options
author | Kyle Swanson <kswanson@netflix.com> | 2018-08-07 15:05:16 -0700 |
---|---|---|
committer | Kyle Swanson <k@ylo.ph> | 2018-08-10 12:00:12 -0700 |
commit | 87cc7e8d4ef8fa643d8d4822525b9c95cc9e7307 (patch) | |
tree | f64fd15391a89c21693f5b627a730b020953fb46 /doc | |
parent | 1581caa7ca6f6be453e2a272df47aef1082d9f0c (diff) | |
download | ffmpeg-87cc7e8d4ef8fa643d8d4822525b9c95cc9e7307.tar.gz |
lavfi/vf_libvmaf: update to use libvmaf v1.3.9
Signed-off-by: Kyle Swanson <kswanson@netflix.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 792edfd2e1..d6c15837f2 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -10868,7 +10868,7 @@ The obtained VMAF score is printed through the logging system. It requires Netflix's vmaf library (libvmaf) as a pre-requisite. After installing the library it can be enabled using: -@code{./configure --enable-libvmaf}. +@code{./configure --enable-libvmaf --enable-version3}. If no model path is specified it uses the default model: @code{vmaf_v0.6.1.pkl}. The filter has following options: @@ -10902,6 +10902,15 @@ Enables computing ms_ssim along with vmaf. @item pool Set the pool method (mean, min or harmonic mean) to be used for computing vmaf. + +@item n_threads +Set number of threads to be used when computing vmaf. + +@item n_subsample +Set interval for frame subsampling used when computing vmaf. + +@item enable_conf_interval +Enables confidence interval. @end table This filter also supports the @ref{framesync} options. |