comparison DOCS/man/en/mplayer.1 @ 12549:bb9bf9a97ac6

configurable 'junk' borders for pullup
author rfelker
date Thu, 10 Jun 2004 05:20:50 +0000
parents b81c451139a3
children 2f8de6558792
comparison
equal deleted inserted replaced
12548:8584fdad0188 12549:bb9bf9a97ac6
3174 As with detc, you must specify the correct output framerate (\-ofps 3174 As with detc, you must specify the correct output framerate (\-ofps
3175 23.976) when using MEncoder. 3175 23.976) when using MEncoder.
3176 Further development on ivtc has stopped, as the pullup and filmdint 3176 Further development on ivtc has stopped, as the pullup and filmdint
3177 filters appear to be much more accurate. 3177 filters appear to be much more accurate.
3178 .TP 3178 .TP
3179 .B pullup\ 3179 .B pullup[=jl:jr:jt:jb:sb]\
3180 Third-generation pulldown reversal (inverse telecine) filter, 3180 Third-generation pulldown reversal (inverse telecine) filter,
3181 capable of handling mixed hard-telecine, 24 fps progressive, and 30 3181 capable of handling mixed hard-telecine, 24 fps progressive, and 30
3182 fps progressive content. 3182 fps progressive content.
3183 The pullup filter is designed to be much more robust than detc or 3183 The pullup filter is designed to be much more robust than detc or
3184 ivtc, by taking advantage of future context in making its decisions. 3184 ivtc, by taking advantage of future context in making its decisions.
3185 Like ivtc, pullup is stateless in the sense that it does not lock onto 3185 Like ivtc, pullup is stateless in the sense that it does not lock onto
3186 a pattern to follow, but it instead looks forward to the following 3186 a pattern to follow, but it instead looks forward to the following
3187 fields in order to identify matches and rebuild progressive frames. 3187 fields in order to identify matches and rebuild progressive frames.
3188 It is still under development, but believed to be quite accurate. 3188 It is still under development, but believed to be quite accurate.
3189 No configuration options are available yet. 3189 The jl, jr, jt, and jb options set the amount of "junk" to ignore at
3190 the left, right, top, and bottom of the image, respectively.
3191 Left/right are in units of 8 pixels, while top/bottom are in units of
3192 2 lines.
3193 The default is 8 pixels on each side.
3194 Setting the sb (strict breaks) option to 1 will reduce the chances of
3195 pullup generating an occasional mismatched frame, but it may also
3196 cause an excessive number of frames to be dropped during high motion
3197 sequences.
3190 .I NOTE: 3198 .I NOTE:
3191 Always follow pullup with the softskip filter when encoding to ensure 3199 Always follow pullup with the softskip filter when encoding to ensure
3192 that pullup is able to see each frame. Failure to do so will lead to 3200 that pullup is able to see each frame. Failure to do so will lead to
3193 incorrect output and will usually crash, due to design limitations in 3201 incorrect output and will usually crash, due to design limitations in
3194 the codec/filter layer. 3202 the codec/filter layer.