diff options
author | rfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-09-06 21:25:59 +0000 |
---|---|---|
committer | rfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-09-06 21:25:59 +0000 |
commit | 49a7110b03b6b0ed3a9b00acf68d03b0d5afa867 (patch) | |
tree | d6f1c6450b59bff04a05c5894640eed333b2b64c /DOCS | |
parent | fa0823db4780b27983fef5e3a002c0539787fda7 (diff) |
pullup docs + new feature for slow cpus :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13268 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/man/en/mplayer.1 | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index 3d4eb1fcfe..983c1ddb5a 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -3922,7 +3922,7 @@ Further development on ivtc has stopped, as the pullup and filmdint filters appear to be much more accurate. . .TP -.B pullup[=jl:jr:jt:jb:sb]\ +.B pullup[=jl:jr:jt:jb:sb:mp]\ Third-generation pulldown reversal (inverse telecine) filter, capable of handling mixed hard-telecine, 24 fps progressive, and 30 fps progressive content. @@ -3941,6 +3941,18 @@ Setting the sb (strict breaks) option to 1 will reduce the chances of pullup generating an occasional mismatched frame, but it may also cause an excessive number of frames to be dropped during high motion sequences. +Conversely, setting it to -1 will make pullup match fields more +easily. +This may help processing of video where there is slight blurring +between the fields, but may also cause there to be interlaced frames +in the output. +The mp (metric plane) option may be set to 1 or 2 to use a chroma +plane instead of the luma plane for doing pullup's computations. +This may improve accuracy on very clean source material, but more +likely will decrease accuracy, especially if there is chroma noise +(rainbow effect) or any grayscale video. +The main purpose of setting mp to a chroma plane is to reduce cpu load +and make pullup usable in realtime on slow machines. .br .I NOTE: Always follow pullup with the softskip filter when encoding to ensure |