[MPlayer-DOCS] CVS: main/DOCS/man/en mplayer.1,1.537,1.538

Joey Parrish CVS joey at mplayerhq.hu
Fri Feb 6 21:31:59 CET 2004


Update of /cvsroot/mplayer/main/DOCS/man/en
In directory mail:/var2/tmp/cvs-serv22637/DOCS/man/en

Modified Files:
	mplayer.1 
Log Message:
new filter: vf_noformat.
like vf_format, but in reverse.


Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v
retrieving revision 1.537
retrieving revision 1.538
diff -u -r1.537 -r1.538
--- mplayer.1	6 Feb 2004 02:09:06 -0000	1.537
+++ mplayer.1	6 Feb 2004 20:31:57 -0000	1.538
@@ -2640,6 +2640,19 @@
 .RE
 .PD 1
 .TP
+.B noformat[=fourcc]
+Restricts the colorspace for the next filter without doing any conversion.
+Unlike the format filter, this will allow any colorspace 
+.B except
+the one you specify.
+For a list of available formats see noformat=fmt=help.
+.PD 0
+.RSs
+.IPs fourcc
+format name like rgb15, bgr24, yv12, etc (default: yv12)
+.RE
+.PD 1
+.TP
 .B pp[=filter1[:option1[:option2...]]/[-]filter2...] (see \-pphelp too)
 This option enables usage of MPlayer's internal postprocessing filter,
 and also gives an interface where you can pass options to the named filter.




More information about the MPlayer-DOCS mailing list