From 54c5dd89e3125c1f363fe8f95d2837a796967c6e Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Wed, 9 May 2012 14:08:21 +0200 Subject: lavfi: Add fps filter. Partially based on a patch by Robert Nagy --- doc/filters.texi | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'doc') 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 -- cgit v1.2.3