mirror of
https://github.com/mpv-player/mpv
synced 2025-01-20 14:20:55 +00:00
Document the noup suboption of the scale video filter.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17678 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
8749b9a23d
commit
ff7e166c4c
@ -4644,7 +4644,7 @@ Rotate by 90 degrees counterclockwise and flip.
|
|||||||
.RE
|
.RE
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
.B scale[=w:h[:interlaced[:chr_drop[:param[:param2[:presize]]]]]]
|
.B scale[=w:h[:interlaced[:chr_drop[:param[:param2[:presize[:noup]]]]]]]
|
||||||
Scales the image with the software scaler (slow) and performs a YUV<\->RGB
|
Scales the image with the software scaler (slow) and performs a YUV<\->RGB
|
||||||
colorspace conversion (also see \-sws).
|
colorspace conversion (also see \-sws).
|
||||||
.RSs
|
.RSs
|
||||||
@ -4718,6 +4718,15 @@ sntsc: 640x480 (square pixel NTSC)
|
|||||||
.br
|
.br
|
||||||
spal: 768x576 (square pixel PAL)
|
spal: 768x576 (square pixel PAL)
|
||||||
.REss
|
.REss
|
||||||
|
.IPs <noup>
|
||||||
|
Disallow upscaling past the original dimensions.
|
||||||
|
.RSss
|
||||||
|
0: Allow upscaling (default).
|
||||||
|
.br
|
||||||
|
1: Disallow upscaling if one dimension exceeds its original value.
|
||||||
|
.br
|
||||||
|
2: Disallow upscaling if both dimensions exceed their original values.
|
||||||
|
.REss
|
||||||
.RE
|
.RE
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
|
Loading…
Reference in New Issue
Block a user