comparison DOCS/mplayer.1 @ 8035:533e212cd282

document new 2pass syntax, remove/fix lots of obsolete junk in docs
author rfelker
date Sat, 02 Nov 2002 05:42:11 +0000
parents 4979eeaf0564
children d630c877c05c
comparison
equal deleted inserted replaced
8034:933c769d7fd5 8035:533e212cd282
1798 rate control reaction period 1798 rate control reaction period
1799 .IPs rc_reaction_ratio=<value> 1799 .IPs rc_reaction_ratio=<value>
1800 rate control reaction ratio 1800 rate control reaction ratio
1801 .IPs crispness=<0\-100> 1801 .IPs crispness=<0\-100>
1802 specify crispness/\:smoothness 1802 specify crispness/\:smoothness
1803 .IPs pass=<1\-2>
1804 With this you can encode 2pass DivX4 files.
1805 First encode with pass=1, then with the same parameters, encode with
1806 pass=2.
1803 .IPs vbrpass=<0\-2> 1807 .IPs vbrpass=<0\-2>
1804 Override the -pass argument and use XviD VBR Library instead of DivX4 1808 Override the pass argument and use XviD VBR Library instead of DivX4
1805 VBR. Available options are: 1809 VBR. Available options are:
1806 . 1810 .
1807 .RSss 1811 .RSss
1808 0: one pass encoding (as in not putting -pass on the command line) 1812 0: one pass encoding (as in not putting pass on the command line)
1809 .br 1813 .br
1810 1: Analysis (first) pass of two pass encoding. 1814 1: Analysis (first) pass of two pass encoding.
1811 The resulting AVI file can be directed to /dev/null. 1815 The resulting AVI file can be directed to /dev/null.
1812 .br 1816 .br
1813 2: Final (second) pass of two pass encoding. 1817 2: Final (second) pass of two pass encoding.
2313 .IPs "\-ovc lavc" 2317 .IPs "\-ovc lavc"
2314 encode with a libavcodec codecs 2318 encode with a libavcodec codecs
2315 .RE 2319 .RE
2316 .PD 1 2320 .PD 1
2317 . 2321 .
2318 .TP
2319 .B \-pass <1/\:2>
2320 With this you can encode 2pass DivX4 files.
2321 First encode with \-pass\ 1, then with the same parameters, encode with
2322 \-pass\ 2.
2323
2324 .I NOTE:
2325 .br
2326 Use \-lavcopts vpass=1/\:2 for libavcodec 2-pass instead of \-pass\ 1/\:2.
2327 .TP 2322 .TP
2328 .B \-passlogfile <filename> 2323 .B \-passlogfile <filename>
2329 When encoding in 2pass mode, MEncoder dumps first pass' informations 2324 When encoding in 2pass mode, MEncoder dumps first pass' informations
2330 to the given file instead of the default divx2pass.log. 2325 to the given file instead of the default divx2pass.log.
2331 .TP 2326 .TP
2683 .B Encoding from tuner 2678 .B Encoding from tuner
2684 mencoder \-tv on:driver=v4l:width=640:height=480 \-o tv.avi \-ovc rawrgb 2679 mencoder \-tv on:driver=v4l:width=640:height=480 \-o tv.avi \-ovc rawrgb
2685 .TP 2680 .TP
2686 .B Encoding from a pipe 2681 .B Encoding from a pipe
2687 rar p test-SVCD.rar | mencoder \-ovc divx4 \-divx4opts br=800 \-ofps 24 2682 rar p test-SVCD.rar | mencoder \-ovc divx4 \-divx4opts br=800 \-ofps 24
2688 \-pass\ 1 \-\- \- 2683 \-\- \-
2689 .TP 2684 .TP
2690 .B Encoding multiple *.vob files 2685 .B Encoding multiple *.vob files
2691 cat *.vob | mencoder <options> \- 2686 cat *.vob | mencoder <options> \-
2692 2687
2693 2688