diff options
author | Paul B Mahol <onemda@gmail.com> | 2017-12-20 14:15:02 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2018-04-13 08:41:51 +0200 |
commit | 9e406326687b5342dc9caffd4f5f1b03ac4bf26b (patch) | |
tree | 7d5da8b310f3d147051d110f827ee4b42cb5eeea /doc | |
parent | 8d381b57fd9d17fb5c3a851ca46c738b3afc33a2 (diff) | |
download | ffmpeg-9e406326687b5342dc9caffd4f5f1b03ac4bf26b.tar.gz |
avfilter: add vfrdet filter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 09b07d2a4a..30060ce918 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -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 |