diff DOCS/man/en/mplayer.1 @ 17196:8e6cf7bbe18a

make -o mandatory and add a warning when the extension does not match the container format, patch by Reynaldo Pinochet
author wanderer
date Thu, 15 Dec 2005 17:57:18 +0000
parents 73c137e89522
children ea284c209b6c
line wrap: on
line diff
--- a/DOCS/man/en/mplayer.1	Thu Dec 15 17:54:29 2005 +0000
+++ b/DOCS/man/en/mplayer.1	Thu Dec 15 17:57:18 2005 +0000
@@ -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>