Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
1b78da44
Commit
1b78da44
authored
Nov 22, 2019
by
Gyan Doshi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/filters: complete and correct vmafmotion section
parent
27c6c925
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
5 deletions
+12
-5
filters.texi
doc/filters.texi
+12
-5
No files found.
doc/filters.texi
View file @
1b78da44
...
...
@@ -19315,16 +19315,23 @@ vignette='PI/4+random(1)*PI/50':eval=frame
@section vmafmotion
Obtain the average
vmaf
motion score of a video.
It is one of the component
filter
s of VMAF.
Obtain the average
VMAF
motion score of a video.
It is one of the component
metric
s of VMAF.
The obtained average motion score is printed through the logging system.
In the below example the input file @file{ref.mpg} is being processed and score
is computed.
The filter accepts the following options:
@table @option
@item stats_file
If specified, the filter will use the named file to save the motion score of
each frame with respect to the previous frame.
When filename equals "
-
" the data is sent to standard output.
@end table
Example:
@example
ffmpeg -i ref.mpg -
lavfi
vmafmotion -f null -
ffmpeg -i ref.mpg -
vf
vmafmotion -f null -
@end example
@section vstack
...
...
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