mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-30 19:32:13 +00:00
doc/filters: complete and correct vmafmotion section
This commit is contained in:
parent
27c6c92534
commit
1b78da449e
@ -19315,16 +19315,23 @@ vignette='PI/4+random(1)*PI/50':eval=frame
|
|||||||
|
|
||||||
@section vmafmotion
|
@section vmafmotion
|
||||||
|
|
||||||
Obtain the average vmaf motion score of a video.
|
Obtain the average VMAF motion score of a video.
|
||||||
It is one of the component filters of VMAF.
|
It is one of the component metrics of VMAF.
|
||||||
|
|
||||||
The obtained average motion score is printed through the logging system.
|
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
|
The filter accepts the following options:
|
||||||
is computed.
|
|
||||||
|
|
||||||
|
@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
|
@example
|
||||||
ffmpeg -i ref.mpg -lavfi vmafmotion -f null -
|
ffmpeg -i ref.mpg -vf vmafmotion -f null -
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
@section vstack
|
@section vstack
|
||||||
|
Loading…
Reference in New Issue
Block a user