Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2013-02-20 22:11:19 +0400
committerStefano Sabatini <stefasab@gmail.com>2013-02-20 22:11:19 +0400
commit7f07c61c2f6dfee51d81f92d5c41bd8d0b1769ae (patch)
treec32903fb4fa742bd0f9e8390b6f701a5168df93c /doc/filters.texi
parenta2a1e20fa2c8eb32e2b5da3d06854691997fa075 (diff)
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.texi11
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,