mirror of
https://github.com/mpv-player/mpv
synced 2025-01-19 22:01:10 +00:00
-vop pp sub-filters options separators fixed (,->/)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8409 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
9214d53d3a
commit
1d63c2397e
@ -1536,10 +1536,12 @@ Disable automatic movie aspect ratio compensation.
|
||||
.B \-nosound
|
||||
Do not play/\:encode sound.
|
||||
.TP
|
||||
.B \-vop pp=<option1,option2,...>
|
||||
.B \-vop pp=<option1/option2/...>
|
||||
This option enables usage of MPlayer's internal postprocessing filter,
|
||||
and also gives an interface where you can pass options to the named filter.
|
||||
|
||||
.br
|
||||
Note that each sub-filter must be separated with a / sign.
|
||||
.br
|
||||
Each filter defaults to 'c' (chrominance).
|
||||
.br
|
||||
@ -1560,13 +1562,13 @@ y: Do not do chrominance filtering (only luminance filtering).
|
||||
.RE
|
||||
.PD 0
|
||||
.RSs
|
||||
.IPs "\-vop pp=hb,vb,dr,al,lb"
|
||||
.IPs "\-vop pp=hb,vb,dr,al"
|
||||
.IPs "\-vop pp=de,\-al"
|
||||
.IPs "\-vop pp=hb/vb/dr/al/lb"
|
||||
.IPs "\-vop pp=hb/vb/dr/al"
|
||||
.IPs "\-vop pp=de/\-al"
|
||||
default filters without brightness/\:contrast correction
|
||||
.IPs "\-vop pp=de,tn:1:2:3"
|
||||
.IPs "\-vop pp=de/tn:1:2:3"
|
||||
Enable default filters & temporal denoiser.
|
||||
.IPs "\-vop pp=hb:y,vb:a \-autoq 6"
|
||||
.IPs "\-vop pp=hb:y/vb:a \-autoq 6"
|
||||
Deblock horizontal only luminance and switch vertical deblocking on or
|
||||
off automatically depending on available CPU time.
|
||||
.RE
|
||||
|
Loading…
Reference in New Issue
Block a user