[FFmpeg-cvslog] doc/filters: move telecine from audio to video filters

Paul B Mahol git at videolan.org
Sun Apr 14 01:18:41 CEST 2013


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Sat Apr 13 23:17:38 2013 +0000| [2952ed2b60768027d126db86a4710868edb036c0] | committer: Paul B Mahol

doc/filters: move telecine from audio to video filters

Signed-off-by: Paul B Mahol <onemda at gmail.com>

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

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

diff --git a/doc/filters.texi b/doc/filters.texi
index 1f244da..0ff8da0 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -448,45 +448,6 @@ slope
 Determine how steep is the filter's shelf transition.
 @end table
 
- at section telecine
-
-Apply telecine process to the video.
-
-This filter accepts the following options:
-
- at table @option
- at item first_field
- at table @samp
- at item top, t
-top field first
- at item bottom, b
-bottom field first
-The default value is @code{top}.
- at end table
-
- at item pattern
-A string of numbers representing the pulldown pattern you wish to apply.
-The default value is @code{23}.
- at end table
-
- at example
-Some typical patterns:
-
-NTSC output (30i):
-27.5p: 32222
-24p: 23 (classic)
-24p: 2332 (preferred)
-20p: 33
-18p: 334
-16p: 3444
-
-PAL output (25i):
-27.5p: 12222
-24p: 222222222223 ("Euro pulldown")
-16.67p: 33
-16p: 33333334
- at end example
-
 @section treble
 
 Boost or cut treble (upper) frequencies of the audio using a two-pole
@@ -5386,6 +5347,45 @@ Useful for enlarging pixel art images without reducing sharpness.
 @section swapuv
 Swap U & V plane.
 
+ at section telecine
+
+Apply telecine process to the video.
+
+This filter accepts the following options:
+
+ at table @option
+ at item first_field
+ at table @samp
+ at item top, t
+top field first
+ at item bottom, b
+bottom field first
+The default value is @code{top}.
+ at end table
+
+ at item pattern
+A string of numbers representing the pulldown pattern you wish to apply.
+The default value is @code{23}.
+ at end table
+
+ at example
+Some typical patterns:
+
+NTSC output (30i):
+27.5p: 32222
+24p: 23 (classic)
+24p: 2332 (preferred)
+20p: 33
+18p: 334
+16p: 3444
+
+PAL output (25i):
+27.5p: 12222
+24p: 222222222223 ("Euro pulldown")
+16.67p: 33
+16p: 33333334
+ at end example
+
 @section thumbnail
 Select the most representative frame in a given sequence of consecutive frames.
 



More information about the ffmpeg-cvslog mailing list