avfilter: add vfrdet filter

Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
Paul B Mahol
2017-12-20 14:15:02 +01:00
parent 8d381b57fd
commit 9e40632668
6 changed files with 126 additions and 1 deletions

View File

@@ -16248,6 +16248,17 @@ For example, to vertically flip a video with @command{ffmpeg}:
ffmpeg -i in.avi -vf "vflip" out.avi
@end example
@section vfrdet
Detect variable frame rate video.
This filter tries to detect if the input is variable or constant frame rate.
At end it will output number of frames detected as having variable delta pts,
and ones with constant delta pts.
If there was frames with variable delta, than it will also show min and max delta
encountered.
@anchor{vignette}
@section vignette