comparison DOCS/en/mplayer.1 @ 9469:f9a1701af199

document detc and telecine filters
author rfelker
date Thu, 20 Feb 2003 05:10:19 +0000
parents 1b3444713694
children 569fd232427a
comparison
equal deleted inserted replaced
9468:356963ad4784 9469:f9a1701af199
2180 .IPs "field[=n]" 2180 .IPs "field[=n]"
2181 Extracts a single field from interlaced image using stride arithmetic 2181 Extracts a single field from interlaced image using stride arithmetic
2182 to avoid wasting cpu time. The optional argument n specifies whether 2182 to avoid wasting cpu time. The optional argument n specifies whether
2183 to extract the even or the odd field (depending on whether n is even 2183 to extract the even or the odd field (depending on whether n is even
2184 or odd). 2184 or odd).
2185 .IPs "detc"
2186 Experimental filter for reversing telecine process to get clean
2187 progressive frames. Not yet configurable and likely to change behavior
2188 in the future.
2189 .IPs "telecine[=start]"
2190 Apply 3:2 "telecine" process to increase framerate by 20%. This most
2191 likely will not work correctly with mplayer, but it can be used with
2192 "mencoder -fps 29.97 -ofps 29.97 -vop telecine". Both fps options are
2193 essential! (A/V sync will break if they are wrong.) The optional start
2194 parameter tells the filter where in the telecine pattern to start
2195 (0-3).
2185 .IPs "boxblur=radius:power[:radius:power]" 2196 .IPs "boxblur=radius:power[:radius:power]"
2186 box blur 2197 box blur
2187 .RSss 2198 .RSss
2188 radius: size of the filter 2199 radius: size of the filter
2189 .br 2200 .br