diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2012-10-25 17:58:08 +0200 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2012-10-25 19:42:44 +0200 |
commit | 77a72d348519584bac1499210619ea38adead130 (patch) | |
tree | 807436b8bbfbd2c6c3ccd1a3e25ab95b9cf757aa /doc | |
parent | cc72d52dc1edc2224ba1c1db777f8efa614f0cbb (diff) | |
download | ffmpeg-77a72d348519584bac1499210619ea38adead130.tar.gz |
lavfi/vf_fps: allow to set the rounding method.
By default, fps selects frames near PTS 0, 0.5, 1.5, 2.5, etc.
With round=down, it selects the frames near PTS 0, 1, 2, 3, etc.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index adec96ef39..93fdcec39f 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -2186,6 +2186,9 @@ This filter accepts the following named parameters: @item fps Desired output framerate. +@item round +Rounding method. The default is @code{near}. + @end table @section framestep |