summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-02-21 22:57:07 +0100
committerwm4 <wm4@nowhere>2013-02-23 00:07:11 +0100
commitbfaebd26eefc9ae72cfe78377728a445f6ff3c26 (patch)
treede85be42c4ba577c2dd5d6d575a394362a2e9d43 /DOCS
parent09fa666bfc0b533f9b2dc59f738c5cbe5c2b72a8 (diff)
downloadmpv-bfaebd26eefc9ae72cfe78377728a445f6ff3c26.tar.bz2
mpv-bfaebd26eefc9ae72cfe78377728a445f6ff3c26.tar.xz
vf_scale: remove video dimension presets ("presize" suboption)
This wasn't really useful, and the option preset mechanism is awfully complex.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/vf.rst12
1 files changed, 1 insertions, 11 deletions
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)
- <presize>
- 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)
-
<noup>
Disallow upscaling past the original dimensions.