From bfaebd26eefc9ae72cfe78377728a445f6ff3c26 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 21 Feb 2013 22:57:07 +0100 Subject: vf_scale: remove video dimension presets ("presize" suboption) This wasn't really useful, and the option preset mechanism is awfully complex. --- DOCS/man/en/vf.rst | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'DOCS/man') diff --git a/DOCS/man/en/vf.rst b/DOCS/man/en/vf.rst index e993f8ec59..b522b77b4d 100644 --- a/DOCS/man/en/vf.rst +++ b/DOCS/man/en/vf.rst @@ -97,7 +97,7 @@ rotate[=<0-7>] :2: Rotate by 90 degrees counterclockwise. :3: Rotate by 90 degrees counterclockwise and flip. -scale[=w:h[:interlaced[:chr_drop[:par[:par2[:presize[:noup[:arnd]]]]]]]] +scale[=w:h[:interlaced[:chr_drop[:par[:par2[:noup[:arnd]]]]]]] Scales the image with the software scaler (slow) and performs a YUV<->RGB colorspace conversion (see also ``--sws``). @@ -142,16 +142,6 @@ scale[=w:h[:interlaced[:chr_drop[:par[:par2[:presize[:noup[:arnd]]]]]]]] --sws=9 (lanczos): filter length (1-10) - - Scale to preset sizes. - - :qntsc: 352x240 (NTSC quarter screen) - :qpal: 352x288 (PAL quarter screen) - :ntsc: 720x480 (standard NTSC) - :pal: 720x576 (standard PAL) - :sntsc: 640x480 (square pixel NTSC) - :spal: 768x576 (square pixel PAL) - Disallow upscaling past the original dimensions. -- cgit v1.2.3