[MPlayer-DOCS] CVS: main/DOCS/man/en mplayer.1,1.1177,1.1178

The Wanderer CVS syncmail at mplayerhq.hu
Thu Dec 15 18:57:22 CET 2005


CVS change done by The Wanderer CVS

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

Modified Files:
	mplayer.1 
Log Message:
make -o mandatory and add a warning when the extension does not match the container format, patch by Reynaldo Pinochet

Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v
retrieving revision 1.1177
retrieving revision 1.1178
diff -u -r1.1177 -r1.1178
--- mplayer.1	11 Dec 2005 22:09:54 -0000	1.1177
+++ mplayer.1	15 Dec 2005 17:57:18 -0000	1.1178
@@ -490,6 +490,8 @@
 mf=type=png:fps=25
 # Eerie negative images are cool.
 vf=eq2=1.0:-0.8
+# I want MEncoder to ouput to this filename by default.
+o=encoded.avi
 .fi
 .PP
 You can also write file-specific configuration files.
@@ -6119,7 +6121,10 @@
 .
 .TP
 .B \-o <filename>
-Outputs to the given filename, instead of the default 'test.avi'.
+Outputs to the given filename.
+.br
+If you want a default output filename, you can put this option in the
+MEncoder config file.
 .
 .TP
 .B \-oac <codec name>




More information about the MPlayer-DOCS mailing list