diff DOCS/mencoder.1 @ 2664:f23882410024

decreasing my todo list
author gabucino
date Sat, 03 Nov 2001 23:57:20 +0000
parents 63bde78ec880
children a7256a107d1f
line wrap: on
line diff
--- a/DOCS/mencoder.1	Sat Nov 03 23:46:56 2001 +0000
+++ b/DOCS/mencoder.1	Sat Nov 03 23:57:20 2001 +0000
@@ -30,6 +30,7 @@
 .RB [ \-pass\ <1/2> ]
 .RB [ \-ofps\ <fps> ]
 .RB [ \-o\ <filename> ]
+.RB [ \-frames\ <number> ]
 .I - or file or device
 .PP
 .SH DESCRIPTION
@@ -83,7 +84,6 @@
 .B \-vfm <video family>
 (useful?) (yes!)
 .TP
-.TP
 .B \-afm <audio family>
 (useful?) (yes!)
 .TP
@@ -127,14 +127,14 @@
     help         get help (TODO!)
     br=XXX       specify bitrate in
                  kbit <0-1024>
+    q=XXX        Quality
+                 (0-highest, 9-fastest)
     vbr=XXX      variable bitrate method
                    0=cbr
                    1=mt
                    2=rh(default)
                    3=abr
                    4=mtrh
-    q=XXX        VBR quality
-                 (0-highest, 9-fastest)
     cbr          constant bitrate
     mode=XXX     0=stereo
                  1=joint-stereo
@@ -147,12 +147,30 @@
     ratio=XXX    compression ratio <1-100>
 
 .TP
+.B \-pass <1/2>
+With this you can encode 2pass DivX4 files. First encode with -pass 1, then
+with the same parameters, encode with -pass 2.
+.TP
+.B \-ofps <fps>
+The output file will have different frame/sec than the source.
+.TP
+.B \-frames <number>
+Encode only given number of frames.
+.TP
 .B \-OTHERS
 TODO
 .IP
 .SH FILES AND DIRECTORIES
 .IP
 .SH "EXAMPLES"
+.B Encoding DVD title #2
+mencoder -dvd 2 -o title2.avi
+.TP
+.B Encoding from HTTP
+mencoder http://mplayer.hq/example.avi -o example.avi
+.TP
+.B Encoding from pipe
+rar p test-SVCD.rar | mencoder -divx4opts br=800 -ofps 24 -pass 1 -- -
 .IP
 .SH BUGS
 Probably. Check the documentation.