diff options
author | Kyle Swanson <kswanson@netflix.com> | 2018-11-26 15:03:38 -0800 |
---|---|---|
committer | Kyle Swanson <k@ylo.ph> | 2018-11-26 15:14:34 -0800 |
commit | fd2d6f376d84f1cf1a1fc2daf0560b72a8203901 (patch) | |
tree | e0f9dc45fd1606d68f0af22120c7f685ab240015 /doc/filters.texi | |
parent | 4361293fcf59edb56879c36edcd25f0a91e0edf8 (diff) | |
download | ffmpeg-fd2d6f376d84f1cf1a1fc2daf0560b72a8203901.tar.gz |
libavf/libvmaf: update docs
Signed-off-by: Kyle Swanson <kswanson@netflix.com>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index d2d9788d8f..41fbbc5329 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -11399,7 +11399,9 @@ Set the file path to be used to store logs. Set the format of the log file (xml or json). @item enable_transform -Enables transform for computing vmaf. +This option can enable/disable the @code{score_transform} applied to the final predicted VMAF score, +if you have specified score_transform option in the input parameter file passed to @code{run_vmaf_training.py} +Default value: @code{false} @item phone_model Invokes the phone model which will generate VMAF scores higher than in the @@ -11438,7 +11440,7 @@ ffmpeg -i main.mpg -i ref.mpg -lavfi libvmaf -f null - Example with options: @example -ffmpeg -i main.mpg -i ref.mpg -lavfi libvmaf="psnr=1:enable-transform=1" -f null - +ffmpeg -i main.mpg -i ref.mpg -lavfi libvmaf="psnr=1:log_fmt=json" -f null - @end example @section limiter |