summaryrefslogtreecommitdiffstats
path: root/DOCS/man/vf.rst
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/man/vf.rst')
-rw-r--r--DOCS/man/vf.rst13
1 files changed, 0 insertions, 13 deletions
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.
-
- ``<mode>``
- 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