Commit fd2d6f37 authored by Kyle Swanson's avatar Kyle Swanson Committed by Kyle Swanson

libavf/libvmaf: update docs

Signed-off-by: 's avatarKyle Swanson <kswanson@netflix.com>
parent 4361293f
...@@ -11399,7 +11399,9 @@ Set the file path to be used to store logs. ...@@ -11399,7 +11399,9 @@ Set the file path to be used to store logs.
Set the format of the log file (xml or json). Set the format of the log file (xml or json).
@item enable_transform @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 @item phone_model
Invokes the phone model which will generate VMAF scores higher than in the 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 - ...@@ -11438,7 +11440,7 @@ ffmpeg -i main.mpg -i ref.mpg -lavfi libvmaf -f null -
Example with options: Example with options:
@example @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 @end example
@section limiter @section limiter
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment