comparison DOCS/mencoder.1 @ 2630:63291506c3eb

updated
author arpi
date Fri, 02 Nov 2001 15:36:37 +0000
parents e8f13573d378
children d0490d3aa5e1
comparison
equal deleted inserted replaced
2629:67202498298e 2630:63291506c3eb
17 .RB [ \-pp\ <quality> ] 17 .RB [ \-pp\ <quality> ]
18 .RB [ \-vc\ <video\ codec\ name> ] 18 .RB [ \-vc\ <video\ codec\ name> ]
19 .RB [ \-ac\ <audio\ codec\ name> ] 19 .RB [ \-ac\ <audio\ codec\ name> ]
20 .RB [ \-vfm\ <video\ codec\ family> ] 20 .RB [ \-vfm\ <video\ codec\ family> ]
21 .RB [ \-afm\ <audio\ codec\ family> ] 21 .RB [ \-afm\ <audio\ codec\ family> ]
22 .RB [ \-include\ <heh?> ] 22 .RB [ \-include\ <configfile> ]
23 .RB [ \-v ] 23 .RB [ \-v ]
24 .RB [ \-mp3file\ <filename> ] 24 .RB [ \-mp3file\ <filename> ]
25 .RB [ \-ac3file\ <filename> ] 25 .RB [ \-ac3file\ <filename> ]
26 .RB [ \-ovc\ <video\ codec\ name> ] 26 .RB [ \-ovc\ <video\ codec\ name> ]
27 .RB [ \-oac\ <audio\ codec\ name> ] 27 .RB [ \-oac\ <audio\ codec\ name> ]
28 .RB [ \-divx4opts\ <codec\ options> ] 28 .RB [ \-divx4opts\ <codec\ options> ]
29 .RB [ \-lameopts\ <codec\ options> ] 29 .RB [ \-lameopts\ <codec\ options> ]
30 .RB [ \-videobr\ <video\ bitrate> ]
31 .RB [ \-audiobr\ <audio\ bitrate> ]
32 .RB [ \-pass\ <1/2> ] 30 .RB [ \-pass\ <1/2> ]
33 .RB [ \-passtmpfile\ <filename> ]
34 .RB [ \-vbrmode\ <0-5> ]
35 .RB [ \-vquality\ <0-9> ]
36 .RB [ \-aquality\ <0-9> ]
37 .RB [ \-ofps\ <fps> ] 31 .RB [ \-ofps\ <fps> ]
38 .RB [ \-o\ <filename> ] 32 .RB [ \-o\ <filename> ]
39 .I - or file or device 33 .I - or file or device
40 .PP 34 .PP
41 .SH DESCRIPTION 35 .SH DESCRIPTION
85 .B \-ac <codec name> 79 .B \-ac <codec name>
86 Use specified codec (according to codecs.conf) for decoding input audio 80 Use specified codec (according to codecs.conf) for decoding input audio
87 stream. 81 stream.
88 .TP 82 .TP
89 .B \-vfm <video family> 83 .B \-vfm <video family>
90 (useful?) 84 (useful?) (yes!)
91 .TP 85 .TP
92 .TP 86 .TP
93 .B \-afm <audio family> 87 .B \-afm <audio family>
94 (useful?) 88 (useful?) (yes!)
95 .TP 89 .TP
96 .B \-include 90 .B \-include
97 Include what? 91 Include what? Configfile.
98 .TP 92 .TP
99 .B \-v 93 .B \-v
100 Increase verbosity. 94 Increase verbosity.
101 .TP 95 .TP
102 .B \-divx4opts 96 .B \-divx4opts
103 If encoding to DivX4, you can specify its parameters here, like: 97 If encoding to DivX4, you can specify its parameters here, like:
104 98
105 -divx4opts br=1800:key=250 99 -divx4opts br=1800:deinterlace:key=250
106 100
107 Available options: 101 Available options:
108 102
109 help get help 103 help get help (TODO!)
110 br=XXX specify bitrate in kbr <1-24000000> 104 br=XXX specify bitrate in kbit <4-16000> or bit <16001-24000000>
111 key=XXX maximum keyframe interval 105 key=XXX maximum keyframe interval (in frames)
112 deinterlace toggle deinterlacing 106 deinterlace enable deinterlacing
113 q=XXXX quality (1 is best?, 5 is fast?) 107 q=XXXX quality ( 1 - fastest, 5 - best )
114 min_quant=XXX minimum quantizer (0-32) 108 min_quant=XXX minimum quantizer (0-32)
115 max_quant=XXX maximum quantizer (0-32) 109 max_quant=XXX maximum quantizer (0-32)
116 rc_period=XXX hmm 110 rc_period=XXX rate control period
117 rc_reaction_period hmm 111 rc_reaction_period=XXX rate control reaction period
118 rc_reaction_ratio hmm 112 rc_reaction_ratio=XXX rate control reaction ratio
119 113
120 .TP 114 .TP
121 .B \-lameopts 115 .B \-lameopts
122 If encoding to MP3 with libmp3lame, you can specify its parameters here, like: 116 If encoding to MP3 with libmp3lame, you can specify its parameters here, like:
123 117
124 -lameopts vbr=192 118 -lameopts vbr=192
125 119
126 Available options: 120 Available options:
127 121
128 help get help 122 help get help (TODO!)
129 br=XXX specify bitrate in kbr <1-1024?> 123 br=XXX specify bitrate in kbit <0-1024>
130 vbr=XXX variable bitrate <?> 124 vbr=XXX variable bitrate method 0=cbr 1=mt 2=rh(default) 3=abr 4=mtrh
131 cbr constant bitrate 125 cbr constant bitrate
132 mode=XXX ? <?> 126 mode=XXX 0=stereo 1=joint-stereo 2=dualchannel 3=mono (dafeult: auto)
133 padding=XXX ? <?> 127 padding=XXX 0=no 1=all 2=adjust
134 ratio=XXX ? <1-100> 128 ratio=XXX compression ratio <1-100>
135 129
136 .TP 130 .TP
137 .B \-OTHERS 131 .B \-OTHERS
138 TODO 132 TODO
139 .IP 133 .IP