comparison DOCS/en/mplayer.1 @ 10665:f420036041fb

document vf_pullup (vaguely at least)
author rfelker
date Mon, 18 Aug 2003 15:27:00 +0000
parents 1d3f8880f460
children 38b2ff65fc42
comparison
equal deleted inserted replaced
10664:d47ca466c97b 10665:f420036041fb
2721 The optional parameter (ivtc=1) corresponds to the dr=1 option for the 2721 The optional parameter (ivtc=1) corresponds to the dr=1 option for the
2722 detc filter, and should be used with MEncoder but not with MPlayer. 2722 detc filter, and should be used with MEncoder but not with MPlayer.
2723 As with detc, you must specify the correct output framerate (-ofps 2723 As with detc, you must specify the correct output framerate (-ofps
2724 23.976) when using MEncoder. 2724 23.976) when using MEncoder.
2725 .TP 2725 .TP
2726 .B "pullup"
2727 Third-generation pulldown reversal (inverse telecine) filter,
2728 capable of handling mixed hard-telecine, 24 fps progressive, and 30
2729 fps progressive content.
2730 The pullup filter is designed to be much more robust than detc or
2731 ivtc, but it is still under development.
2732 No configuration options are available yet.
2733 As the underlying pulldown reversal engine is designed to take
2734 advantage of the new features in MPlayer G2, the current
2735 implementation in G1 is meant to serve mainly as a testbed.
2736 Note: presently pullup lacks any way to cap the output framerate, so
2737 during 30 fps progressive sequences or stills, it will output more
2738 than 24 fps, meaning you'll have trouble if you use it with mencoder
2739 -ofps 23.976.
2740 .TP
2726 .B "softpulldown" 2741 .B "softpulldown"
2727 This filter works only correct with MEncoder and acts on the MPEG2 flags 2742 This filter works only correct with MEncoder and acts on the MPEG2 flags
2728 used for soft 3:2 pulldown (soft telecine). 2743 used for soft 3:2 pulldown (soft telecine).
2729 If you want to use the ivtc or detc filter on movies that are partly soft 2744 If you want to use the ivtc or detc filter on movies that are partly soft
2730 telecined, inserting this filter before them should make them more reliable. 2745 telecined, inserting this filter before them should make them more reliable.