diff options
author | Nicholas Robbins <nickrobbins@yahoo.com> | 2014-02-14 16:15:44 -0500 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-02-16 17:43:58 +0100 |
commit | b4d308c04f7ad0ae76e32f4521d16e39dee3f521 (patch) | |
tree | 0368ba39755684eebc593e8663559fccff3e5579 /doc/filters.texi | |
parent | 18f94df8af04f2c02a25a7dec512289feff6517f (diff) | |
download | ffmpeg-b4d308c04f7ad0ae76e32f4521d16e39dee3f521.tar.gz |
lavfi: adding dejudder filter to remove judder produced by partially telecined material.
Signed-off-by: Nicholas Robbins <nickrobbins@yahoo.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 1d3c30b0d1..352d49eb19 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -3215,6 +3215,38 @@ Set whether or not chroma is considered in the metric calculations. Default is @code{1}. @end table +@section dejudder + +Remove judder produced by partially interlaced telecined content. + +Judder can be introduced, for instance, by @ref{pullup} filter. If the original +source was partially telecined content then the output of @code{pullup,dejudder} +will have a variable frame rate. May change the recorded frame rate of the +container. Aside from that change, this filter will not affect constant frame +rate video. + +The option available in this filter is: +@table @option + +@item cycle +Specify the length of the window over which the judder repeats. + +Accepts any interger greater than 1. Useful values are: +@table @samp + +@item 4 +If the original was telecined from 24 to 30 fps (Film to NTSC). + +@item 5 +If the original was telecined from 25 to 30 fps (PAL to NTSC). + +@item 20 +If a mixture of the two. +@end table + +The default is @samp{4}. +@end table + @section delogo Suppress a TV station logo by a simple interpolation of the surrounding @@ -6633,6 +6665,7 @@ On this example the input file being processed is compared with the reference file @file{ref_movie.mpg}. The PSNR of each individual frame is stored in @file{stats.log}. +@anchor{pullup} @section pullup Pulldown reversal (inverse telecine) filter, capable of handling mixed |