comparison DOCS/en/mplayer.1 @ 10071:f46b5790ad6a

document ilpack
author rfelker
date Mon, 05 May 2003 07:22:18 +0000
parents c55cf2231b5a
children fa013cb66325
comparison
equal deleted inserted replaced
10070:1782c233cd29 10071:f46b5790ad6a
2313 usage. 2313 usage.
2314 By default, halfpack averages pairs of lines when downsampling. 2314 By default, halfpack averages pairs of lines when downsampling.
2315 The optional parameter f can be 0 to only use even lines, or 1 to only use 2315 The optional parameter f can be 0 to only use even lines, or 1 to only use
2316 odd lines. 2316 odd lines.
2317 Any other value for f gives the default (averaging) behavior. 2317 Any other value for f gives the default (averaging) behavior.
2318 .IPs ilpack
2319 When interlaced video is stored in YUV 4:2:0 formats, chroma
2320 interlacing does not line up properly due to vertical downsampling of
2321 the chroma channels.
2322 This filter packs the planar 4:2:0 data into YUY2 (4:2:2) format with
2323 the chroma lines in their proper locations, so that in any given
2324 scanline, the luma and chroma data both come from the same field.
2318 .IPs dint[=sense:level] 2325 .IPs dint[=sense:level]
2319 Detects and drops first of interlaced frames in video stream. 2326 Detects and drops first of interlaced frames in video stream.
2320 Values can be from 0.0 to 1.0 - first (default 0.1) is relative difference 2327 Values can be from 0.0 to 1.0 - first (default 0.1) is relative difference
2321 between neighbor pixels, second (default 0.15) is what part of image have to 2328 between neighbor pixels, second (default 0.15) is what part of image have to
2322 be detected as interlaced to drop the frame. 2329 be detected as interlaced to drop the frame.