diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-05-09 14:08:21 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-05-18 19:33:54 +0200 |
commit | 54c5dd89e3125c1f363fe8f95d2837a796967c6e (patch) | |
tree | 81ab0aac9986652080fdcdb3d29ee32e1d59c20c /doc/filters.texi | |
parent | 7b3b24a8eea8da7b63b4167b7ab8bc1c0fdecc64 (diff) | |
download | ffmpeg-54c5dd89e3125c1f363fe8f95d2837a796967c6e.tar.gz |
lavfi: Add fps filter.
Partially based on a patch by Robert Nagy <ronag89@gmail.com>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 0e611d2793..cda235f106 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -814,6 +814,19 @@ format=yuv420p format=yuv420p:yuv444p:yuv410p @end example +@section fps + +Convert the video to specified constant framerate by duplicating or dropping +frames as necessary. + +This filter accepts the following named parameters: +@table @option + +@item fps +Desired output framerate. + +@end table + @anchor{frei0r} @section frei0r |