[Mplayer-cvslog] CVS: main/DOCS mplayer.1,1.306,1.307
Richard Felker CVS
rfelker at mplayerhq.hu
Fri Jan 10 20:38:21 CET 2003
Update of /cvsroot/mplayer/main/DOCS
In directory mail:/var/tmp.root/cvs-serv23659/DOCS
Modified Files:
mplayer.1
Log Message:
document new halfpack option
Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/mplayer.1,v
retrieving revision 1.306
retrieving revision 1.307
diff -u -r1.306 -r1.307
--- mplayer.1 10 Jan 2003 17:17:41 -0000 1.306
+++ mplayer.1 10 Jan 2003 19:38:09 -0000 1.307
@@ -1954,11 +1954,16 @@
Activates the software equalizer with interactive controls like the hardware
eq controls.
The values can be from -100 to 100.
-.IPs halfpack
+.IPs halfpack[=f]
Convert planar YUV 4:2:0 to half-height packed 4:2:2, downsampling luma but
keeping all chroma samples.
Useful for output to low-resolution display devices when hardware downscaling
-is poor quality or is not available.
+is poor quality or is not available. Can also be used as a primitive
+luma-only deinterlacer with very low cpu usage.
+By default, halfpack averages pairs of lines when downsampling. The
+optional parameter f can be 0 to only use even lines, or 1 to only use
+odd lines. Any other value for f gives the default (averaging)
+behavior.
.IPs dint[=sense:level]
Detects and drops first of interlaced frames in video stream.
Values can be from 0.0 to 1.0 - first (default 0.1) is relative difference
More information about the MPlayer-cvslog
mailing list