mirror of
https://github.com/mpv-player/mpv
synced 2025-01-17 20:48:46 +00:00
Shorten scale filter parameter names to avoid excessive line length.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19881 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c2b2834766
commit
c64a727fab
@ -5018,7 +5018,7 @@ Rotate by 90 degrees counterclockwise and flip.
|
||||
.RE
|
||||
.
|
||||
.TP
|
||||
.B scale[=w:h[:interlaced[:chr_drop[:param[:param2[:presize[:noup[:arnd]]]]]]]]
|
||||
.B scale[=w:h[:ilaced[:chr_drop[:par[:par2[:presize[:noup[:arnd]]]]]]]]
|
||||
Scales the image with the software scaler (slow) and performs a YUV<\->RGB
|
||||
colorspace conversion (also see \-sws).
|
||||
.RSs
|
||||
@ -5039,7 +5039,7 @@ incapable of scaling, it defaults to d_width/\:d_height!
|
||||
.br
|
||||
-(n+8): Like -n above, but rounding the dimension to the closest multiple of 16.
|
||||
.REss
|
||||
.IPs <interlaced>
|
||||
.IPs <ilaced>
|
||||
Toggle interlaced scaling.
|
||||
.RSss
|
||||
0: off (default)
|
||||
@ -5057,7 +5057,7 @@ chroma skipping
|
||||
.br
|
||||
3: Use only every 8. input line for chroma.
|
||||
.REss
|
||||
.IPs "<param>[:<param2>] (also see \-sws)"
|
||||
.IPs "<par>[:<par2>] (also see \-sws)"
|
||||
Set some scaling parameters depending on the type of scaler selected
|
||||
with \-sws.
|
||||
.RSss
|
||||
|
Loading…
Reference in New Issue
Block a user