diff options
author | rfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-12-15 03:03:28 +0000 |
---|---|---|
committer | rfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-12-15 03:03:28 +0000 |
commit | 76bfd0eb9f0bb7155472a0802ebbe9da9c5a6873 (patch) | |
tree | 3d8e681ecbed8591f36a2dc93f25a81391faa7c3 /DOCS | |
parent | bcfeae05170ec2fe5c78eeb8f4961d9c6e4e8a35 (diff) |
document new mode argument for ilpack
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11645 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/man/en/mplayer.1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index fcdcf269d1..6e26e1a7fd 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -2758,13 +2758,16 @@ 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. .TP -.B ilpack\ +.B ilpack[=mode]\ 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. +The optional argument selects the sampling mode. +By default, linear interpolation (mode 1) is used. +Mode 0 uses nearest-neighbor sampling, which is fast but incorrect. .TP .B decimate[=max:hi:lo:frac] Drops frames that don't differ greatly from the previous frame in |