[Mplayer-cvslog] CVS: main/DOCS mplayer.1,1.275,1.276

Winner of tha face compo gabucino at mplayerhq.hu
Sat Dec 7 23:43:22 CET 2002


Update of /cvsroot/mplayer/main/DOCS
In directory mail:/var/tmp.root/cvs-serv8041

Modified Files:
	mplayer.1 
Log Message:

-vop pp sub-filters options separators fixed (,->/)


Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/mplayer.1,v
retrieving revision 1.275
retrieving revision 1.276
diff -u -r1.275 -r1.276
--- mplayer.1	7 Dec 2002 22:09:16 -0000	1.275
+++ mplayer.1	7 Dec 2002 22:43:00 -0000	1.276
@@ -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




More information about the MPlayer-cvslog mailing list