[Mplayer-cvslog] CVS: main/DOCS mencoder.1,1.8,1.9

Winner of tha face compo gabucino at mplayer.dev.hu
Sun Nov 4 01:12:56 CET 2001


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

Modified Files:
	mencoder.1 
Log Message:
ovc oac


Index: mencoder.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/mencoder.1,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- mencoder.1	3 Nov 2001 23:57:04 -0000	1.8
+++ mencoder.1	4 Nov 2001 00:12:54 -0000	1.9
@@ -81,17 +81,36 @@
 Use specified codec (according to codecs.conf) for decoding input audio
 stream.
 .TP
-.B \-vfm <video family>
-(useful?) (yes!)
+.B \-vfm <video codec family>
+Force decoding by using a specific codec FAMILY, and FALLBACK to default
+if failed.  For examples see MPlayer manpage.
 .TP
-.B \-afm <audio family>
-(useful?) (yes!)
+.B \-afm <audio codec family>
+Force decoding by using a specific codec FAMILY, and FALLBACK to default
+if failed.  For examples see MPlayer manpage.
 .TP
 .B \-include
 Include what? Configfile.
 .TP
 .B \-v
 Increase verbosity.
+.TP
+.B \-ovc <codecname>
+Encode with the given codec (codec names are from codecs.conf).
+Examples:
+
+  -ovc help      get help
+  -ovc copy      no encoding, just streamcopy
+  -ovc divx4     encode to DivX4
+.TP
+.B \-oac <codecname>
+Encode with the given codec (codec names are from codecs.conf).
+Examples:
+
+  -oac help      get help
+  -oac copy      no encoding, just streamcopy
+  -oac pcm       encode to uncompressed PCM
+  -oac mp3lame   encode to MP3 (using Lame)
 .TP
 .B \-divx4opts
 If encoding to DivX4, you can specify its parameters here, like:




More information about the MPlayer-cvslog mailing list