summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-05-05 07:22:18 +0000
committerrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-05-05 07:22:18 +0000
commit5d2749638d35a79feee97c8fcf9308ace377c00b (patch)
treed8c1da620d639bee67de5e465df71c686cd9880b /DOCS
parentd4f3fae0f5766afb9189bd30b09611adebb823ac (diff)
downloadmpv-5d2749638d35a79feee97c8fcf9308ace377c00b.tar.bz2
mpv-5d2749638d35a79feee97c8fcf9308ace377c00b.tar.xz
document ilpack
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10072 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/en/mplayer.17
1 files changed, 7 insertions, 0 deletions
diff --git a/DOCS/en/mplayer.1 b/DOCS/en/mplayer.1
index 13fed7d8b3..1be1a10916 100644
--- a/DOCS/en/mplayer.1
+++ b/DOCS/en/mplayer.1
@@ -2315,6 +2315,13 @@ 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 ilpack
+When interlaced video is stored in YUV 4:2:0 formats, chroma
+interlacing does not line up properly due to vertical downsampling of
+the chroma channels.
+This filter packs the planar 4:2:0 data into YUY2 (4:2:2) format with
+the chroma lines in their proper locations, so that in any given
+scanline, the luma and chroma data both come from the same field.
.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