[Mplayer-cvslog] CVS: main/DOCS mencoder.1,1.3,1.4

Winner of tha face compo gabucino at mplayer.dev.hu
Fri Nov 2 15:12:22 CET 2001


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

Modified Files:
	mencoder.1 
Log Message:
to be completed


Index: mencoder.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/mencoder.1,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mencoder.1	1 Nov 2001 00:46:22 -0000	1.3
+++ mencoder.1	2 Nov 2001 14:11:27 -0000	1.4
@@ -19,11 +19,14 @@
 .RB [ \-ac\ <audio\ codec\ name> ]
 .RB [ \-vfm\ <video\ codec\ family> ]
 .RB [ \-afm\ <audio\ codec\ family> ]
+.RB [ \-include\ <heh?> ]
 .RB [ \-v ]
 .RB [ \-mp3file\ <filename> ]
 .RB [ \-ac3file\ <filename> ]
 .RB [ \-ovc\ <video\ codec\ name> ]
 .RB [ \-oac\ <audio\ codec\ name> ]
+.RB [ \-divx4opts\ <codec\ options> ]
+.RB [ \-lameopts\ <codec\ options> ]
 .RB [ \-videobr\ <video\ bitrate> ]
 .RB [ \-audiobr\ <audio\ bitrate> ]
 .RB [ \-pass\ <1/2> ]
@@ -89,6 +92,47 @@
 .TP
 .B \-afm <audio family>
 (useful?)
+.TP
+.B \-include
+Include what?
+.TP
+.B \-v
+Increase verbosity.
+.TP
+.B \-divx4opts
+If encoding to DivX4, you can specify its parameters here, like:
+
+  -divx4opts br=1800:key=250
+
+Available options:
+
+  help               get help
+  br=XXX             specify bitrate in kbr <1-24000000>
+  key=XXX            maximum keyframe interval
+  deinterlace        toggle deinterlacing
+  q=XXXX             quality (1 is best?, 5 is fast?)
+  min_quant=XXX      minimum quantizer (0-32)
+  max_quant=XXX      maximum quantizer (0-32)
+  rc_period=XXX      hmm
+  rc_reaction_period hmm
+  rc_reaction_ratio  hmm
+
+.TP
+.B \-lameopts
+If encoding to MP3 with libmp3lame, you can specify its parameters here, like:
+
+  -lameopts vbr=192
+
+Available options:
+
+  help               get help
+  br=XXX             specify bitrate in kbr <1-1024?>
+  vbr=XXX            variable bitrate <?>
+  cbr                constant bitrate
+  mode=XXX           ? <?>
+  padding=XXX        ? <?>
+  ratio=XXX          ? <1-100>
+
 .TP
 .B \-OTHERS
 TODO




More information about the MPlayer-cvslog mailing list