Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
fd2d6f37
Commit
fd2d6f37
authored
Nov 26, 2018
by
Kyle Swanson
Committed by
Kyle Swanson
Nov 26, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libavf/libvmaf: update docs
Signed-off-by:
Kyle Swanson
<
kswanson@netflix.com
>
parent
4361293f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
filters.texi
doc/filters.texi
+4
-2
No files found.
doc/filters.texi
View file @
fd2d6f37
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment