[MPlayer-DOCS] CVS: main/DOCS/man/en mplayer.1,1.701,1.702
Richard Felker CVS
syncmail at mplayerhq.hu
Mon Sep 6 23:26:01 CEST 2004
CVS change done by Richard Felker CVS
Update of /cvsroot/mplayer/main/DOCS/man/en
In directory mail:/var2/tmp/cvs-serv15639/DOCS/man/en
Modified Files:
mplayer.1
Log Message:
pullup docs + new feature for slow cpus :)
Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v
retrieving revision 1.701
retrieving revision 1.702
diff -u -r1.701 -r1.702
--- mplayer.1 6 Sep 2004 11:03:51 -0000 1.701
+++ mplayer.1 6 Sep 2004 21:25:58 -0000 1.702
@@ -3922,7 +3922,7 @@
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 @@
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
More information about the MPlayer-DOCS
mailing list