From 6643ebaa28200fd7ea70377530969d90383ff444 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 4 May 2014 16:07:01 +0200 Subject: manpage: fix vf_scale options --- DOCS/man/en/vf.rst | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/DOCS/man/en/vf.rst b/DOCS/man/en/vf.rst index e61c06fd88..f15d1ff224 100644 --- a/DOCS/man/en/vf.rst +++ b/DOCS/man/en/vf.rst @@ -98,10 +98,12 @@ Available filters are: :2: Rotate by 90 degrees counterclockwise. :3: Rotate by 90 degrees counterclockwise and flip. -``scale[=w:h[:interlaced[:chr-drop[:param[:param2[:noup[:arnd]]]]]]]`` +``scale[=w:h:param:param2:chr-drop:noup:arnd`` Scales the image with the software scaler (slow) and performs a YUV<->RGB colorspace conversion (see also ``--sws``). + All parameters are optional. + ``,`` scaled width/height (default: original width/height) @@ -114,14 +116,6 @@ Available filters are: :-(n+8): Like -n above, but rounding the dimension to the closest multiple of 16. - ```` - chroma skipping - - :0: Use all available input lines for chroma. - :1: Use only every 2. input line for chroma. - :2: Use only every 4. input line for chroma. - :3: Use only every 8. input line for chroma. - ``[:]`` (see also ``--sws``) Set some scaling parameters depending on the type of scaler selected with ``--sws``:: @@ -137,6 +131,14 @@ Available filters are: --sws=9 (lanczos): filter length (1-10) + ```` + chroma skipping + + :0: Use all available input lines for chroma (default). + :1: Use only every 2. input line for chroma. + :2: Use only every 4. input line for chroma. + :3: Use only every 8. input line for chroma. + ```` Disallow upscaling past the original dimensions. -- cgit v1.2.3