[FFmpeg-cvslog] doc/filters: move mpdecimate doc to a more appropriate position.

Clément Bœsch git at videolan.org
Sun Apr 14 16:00:47 CEST 2013


ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Sun Apr 14 15:57:37 2013 +0200| [458d956b0964e6cdb073d61a012a8da084cb7dc9] | committer: Clément Bœsch

doc/filters: move mpdecimate doc to a more appropriate position.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=458d956b0964e6cdb073d61a012a8da084cb7dc9
---

 doc/filters.texi |   77 +++++++++++++++++++++++++++---------------------------
 1 file changed, 39 insertions(+), 38 deletions(-)

diff --git a/doc/filters.texi b/doc/filters.texi
index b4300fe..a2c5a09 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -2423,44 +2423,6 @@ Set whether or not chroma is considered in the metric calculations. Default is
 @code{1}.
 @end table
 
- at section mpdecimate
-
-Drop frames that do not differ greatly from the previous frame in
-order to reduce frame rate.
-
-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.
-
-A description of the accepted options follows.
-
- at table @option
- at item max
-Set the maximum number of consecutive frames which can be dropped (if
-positive), or the minimum interval between dropped frames (if
-negative). If the value is 0, the frame is dropped unregarding the
-number of previous sequentially dropped frames.
-
-Default value is 0.
-
- at item hi
- at item lo
- at item frac
-Set the dropping threshold values.
-
-Values for @option{hi} and @option{lo} are for 8x8 pixel blocks and
-represent actual pixel value differences, so a threshold of 64
-corresponds to 1 unit of difference for each pixel, or the same spread
-out differently over the block.
-
-A frame is a candidate for dropping if no 8x8 blocks differ by more
-than a threshold of @option{hi}, and if no more than @option{frac} blocks (1
-meaning the whole image) differ by more than a threshold of @option{lo}.
-
-Default value for @option{hi} is 64*12, default value for @option{lo} is
-64*5, and default value for @option{frac} is 0.33.
- at end table
-
 @section delogo
 
 Suppress a TV station logo by a simple interpolation of the surrounding
@@ -4361,6 +4323,45 @@ mp=eq2=1.0:2:0.5
 
 See also mplayer(1), @url{http://www.mplayerhq.hu/}.
 
+ at section mpdecimate
+
+Drop frames that do not differ greatly from the previous frame in
+order to reduce frame rate.
+
+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.
+
+A description of the accepted options follows.
+
+ at table @option
+ at item max
+Set the maximum number of consecutive frames which can be dropped (if
+positive), or the minimum interval between dropped frames (if
+negative). If the value is 0, the frame is dropped unregarding the
+number of previous sequentially dropped frames.
+
+Default value is 0.
+
+ at item hi
+ at item lo
+ at item frac
+Set the dropping threshold values.
+
+Values for @option{hi} and @option{lo} are for 8x8 pixel blocks and
+represent actual pixel value differences, so a threshold of 64
+corresponds to 1 unit of difference for each pixel, or the same spread
+out differently over the block.
+
+A frame is a candidate for dropping if no 8x8 blocks differ by more
+than a threshold of @option{hi}, and if no more than @option{frac} blocks (1
+meaning the whole image) differ by more than a threshold of @option{lo}.
+
+Default value for @option{hi} is 64*12, default value for @option{lo} is
+64*5, and default value for @option{frac} is 0.33.
+ at end table
+
+
 @section negate
 
 Negate input video.



More information about the ffmpeg-cvslog mailing list