Mercurial > mplayer.hg
changeset 8408:6e344036d9db
-vop pp sub-filters options separators fixed (,->/)
author | gabucino |
---|---|
date | Sat, 07 Dec 2002 22:43:00 +0000 |
parents | baa6bcea04fb |
children | 2a06de46b749 |
files | DOCS/mplayer.1 |
diffstat | 1 files changed, 8 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/mplayer.1 Sat Dec 07 22:09:16 2002 +0000 +++ b/DOCS/mplayer.1 Sat Dec 07 22:43:00 2002 +0000 @@ -1536,11 +1536,13 @@ .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 The keywords accept a '\-' prefix to disable the option. @@ -1560,13 +1562,13 @@ .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