summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-10 19:38:09 +0000
committerrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-10 19:38:09 +0000
commit3e4bd26969e3b03e0a6ad46798aac1e16bc96882 (patch)
treea87962cd7355c08505799c7c4e2876f6e6f60eb7 /DOCS
parentc7c41db7cac893d5c50a1ca01e5e1eca42f6faba (diff)
downloadmpv-3e4bd26969e3b03e0a6ad46798aac1e16bc96882.tar.bz2
mpv-3e4bd26969e3b03e0a6ad46798aac1e16bc96882.tar.xz
document new halfpack option
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8876 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/mplayer.19
1 files changed, 7 insertions, 2 deletions
diff --git a/DOCS/mplayer.1 b/DOCS/mplayer.1
index 509ff39781..b180faf874 100644
--- a/DOCS/mplayer.1
+++ b/DOCS/mplayer.1
@@ -1954,11 +1954,16 @@ p: mix random noise with a (semi)regular pattern
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