summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2013-04-13 23:17:38 +0000
committerPaul B Mahol <onemda@gmail.com>2013-04-13 23:17:38 +0000
commit2952ed2b60768027d126db86a4710868edb036c0 (patch)
tree8031ba30ae7c0e60da782d8903573218a36ce2f1 /doc
parent28ac8426e646ab6468bc164ff62dfe9cbcac9f4a (diff)
doc/filters: move telecine from audio to video filters
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi78
1 files changed, 39 insertions, 39 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 1f244da0c7..0ff8da0ccb 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
-@section telecine
-
-Apply telecine process to the video.
-
-This filter accepts the following options:
-
-@table @option
-@item first_field
-@table @samp
-@item top, t
-top field first
-@item bottom, b
-bottom field first
-The default value is @code{top}.
-@end table
-
-@item pattern
-A string of numbers representing the pulldown pattern you wish to apply.
-The default value is @code{23}.
-@end table
-
-@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
-@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.
+@section telecine
+
+Apply telecine process to the video.
+
+This filter accepts the following options:
+
+@table @option
+@item first_field
+@table @samp
+@item top, t
+top field first
+@item bottom, b
+bottom field first
+The default value is @code{top}.
+@end table
+
+@item pattern
+A string of numbers representing the pulldown pattern you wish to apply.
+The default value is @code{23}.
+@end table
+
+@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
+@end example
+
@section thumbnail
Select the most representative frame in a given sequence of consecutive frames.