From b473477fc53ba69e9117a691b00d0e248ebc9ac7 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 27 Jan 2015 19:13:51 +0100 Subject: vf_ilpack: remove this filter This was apparently useful for correct interlaced scaling (although I don't know anyone who used this). It was rarely used (if at all), had an inconvenient output format (packed YUV), and now has a better solution in libavfilter (using the libavfilter "scale" filter via vf_lavfi). There is no reason to keep this filter any longer. --- DOCS/man/vf.rst | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'DOCS') diff --git a/DOCS/man/vf.rst b/DOCS/man/vf.rst index f4570ed183..02fd41d9b7 100644 --- a/DOCS/man/vf.rst +++ b/DOCS/man/vf.rst @@ -345,19 +345,6 @@ Available filters are: and just plain white. A value of 0.0 turns the gamma correction all the way down while 1.0 leaves it at its full strength (default: 1.0). -``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. - - ```` - Select the sampling mode. - - :0: nearest-neighbor sampling, fast but incorrect - :1: linear interpolation (default) - ``unsharp[=lx:ly:la:cx:cy:ca]`` unsharp mask / Gaussian blur -- cgit v1.2.3