comparison DOCS/mencoder.1 @ 3423:a01b322bab55

btw, post-happy "santa claus" to all ;)
author gabucino
date Mon, 10 Dec 2001 01:00:38 +0000
parents 9d4a7b4afba2
children 66da035c4ee2
comparison
equal deleted inserted replaced
3422:a49c8eb623db 3423:a01b322bab55
27 .RB [ \-ovc\ <video\ codec\ name> ] 27 .RB [ \-ovc\ <video\ codec\ name> ]
28 .RB [ \-oac\ <audio\ codec\ name> ] 28 .RB [ \-oac\ <audio\ codec\ name> ]
29 .RB [ \-divx4opts\ <codec\ options> ] 29 .RB [ \-divx4opts\ <codec\ options> ]
30 .RB [ \-lameopts\ <codec\ options> ] 30 .RB [ \-lameopts\ <codec\ options> ]
31 .RB [ \-pass\ <1/2> ] 31 .RB [ \-pass\ <1/2> ]
32 .RB [ \-passlogfile\ <filename> ]
32 .RB [ \-ofps\ <fps> ] 33 .RB [ \-ofps\ <fps> ]
33 .RB [ \-o\ <filename> ] 34 .RB [ \-o\ <filename> ]
34 .RB [ \-frames\ <number> ] 35 .RB [ \-frames\ <number> ]
35 .RB [ \-x\ <rescale\ width> ] 36 .RB [ \-x\ <rescale\ width> ]
36 .RB [ \-y\ <rescale\ height> ] 37 .RB [ \-y\ <rescale\ height> ]
187 .TP 188 .TP
188 .B \-pass <1/2> 189 .B \-pass <1/2>
189 With this you can encode 2pass DivX4 files. First encode with -pass 1, then 190 With this you can encode 2pass DivX4 files. First encode with -pass 1, then
190 with the same parameters, encode with -pass 2. 191 with the same parameters, encode with -pass 2.
191 .TP 192 .TP
193 .B \-passlogfile <filename>
194 When encoding in 2pass mode, MEncoder dumps first pass' informations
195 to the given file instead of the default divx2pass.log .
196 .TP
192 .B \-ofps <fps> 197 .B \-ofps <fps>
193 The output file will have different frame/sec than the source. 198 The output file will have different frame/sec than the source.
194 .TP 199 .TP
195 .B \-o <filename> 200 .B \-o <filename>
196 Outputs to the given filename, instead of the default 'test.avi' . 201 Outputs to the given filename, instead of the default 'test.avi' .