diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-02-20 19:11:19 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-02-20 19:11:19 +0100 |
commit | 7f07c61c2f6dfee51d81f92d5c41bd8d0b1769ae (patch) | |
tree | c32903fb4fa742bd0f9e8390b6f701a5168df93c /doc/filters.texi | |
parent | a2a1e20fa2c8eb32e2b5da3d06854691997fa075 (diff) | |
download | ffmpeg-7f07c61c2f6dfee51d81f92d5c41bd8d0b1769ae.tar.gz |
doc/filters: rework introductory description for decimate
In particular, dedicate first paragraph to deliver a short description of
the filter.
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 664264a2da..75d17594af 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -2063,11 +2063,12 @@ playback. @section decimate -This filter drops frames that do not differ greatly from the previous -frame in order to reduce framerate. The main use of this filter is -for very-low-bitrate encoding (e.g. streaming over dialup modem), but -it could in theory be used for fixing movies that were -inverse-telecined incorrectly. +Drop frames that do not differ greatly from the previous frame in +order to reduce framerate. + +The main use of this filter is for very-low-bitrate encoding +(e.g. streaming over dialup modem), but it could in theory be used for +fixing movies that were inverse-telecined incorrectly. The filter accepts parameters as a list of @var{key}=@var{value} pairs, separated by ":". If the key of the first options is omitted, |