comparison DOCS/mencoder.1 @ 3277:9d4a7b4afba2

ADDED: scaling stuff of mencoder some modifications in AUTHORS
author gabucino
date Mon, 03 Dec 2001 01:51:02 +0000
parents 33c720ea4654
children a01b322bab55
comparison
equal deleted inserted replaced
3276:e279cc05f189 3277:9d4a7b4afba2
30 .RB [ \-lameopts\ <codec\ options> ] 30 .RB [ \-lameopts\ <codec\ options> ]
31 .RB [ \-pass\ <1/2> ] 31 .RB [ \-pass\ <1/2> ]
32 .RB [ \-ofps\ <fps> ] 32 .RB [ \-ofps\ <fps> ]
33 .RB [ \-o\ <filename> ] 33 .RB [ \-o\ <filename> ]
34 .RB [ \-frames\ <number> ] 34 .RB [ \-frames\ <number> ]
35 .RB [ \-x\ <rescale\ width> ]
36 .RB [ \-y\ <rescale\ height> ]
37 .RB [ \-sws\ <0-2> ]
35 .I - or file or device 38 .I - or file or device
36 .PP 39 .PP
37 .SH DESCRIPTION 40 .SH DESCRIPTION
38 .I mencoder 41 .I mencoder
39 MEncoder (MPlayer's Movie Encoder) is a simple movie encoder, designed to 42 MEncoder (MPlayer's Movie Encoder) is a simple movie encoder, designed to
192 .B \-o <filename> 195 .B \-o <filename>
193 Outputs to the given filename, instead of the default 'test.avi' . 196 Outputs to the given filename, instead of the default 'test.avi' .
194 .TP 197 .TP
195 .B \-frames <number> 198 .B \-frames <number>
196 Encode only given number of frames. 199 Encode only given number of frames.
197 .IP 200 .TP
201 .B \-x <rescale width>
202 Rescale output movie to given pixels wide.
203 .TP
204 .B \-y <rescale height>
205 Rescale output movie to given pixels tall.
206 .TP
207 .B \-sws (0-2>
208 Type of scaling method
209
210 0 fast bilinear
211 1 bilinear
212 2 bicubic (best quality)
213
198 .SH FILES AND DIRECTORIES 214 .SH FILES AND DIRECTORIES
199 .IP 215 .IP
200 .SH "EXAMPLES" 216 .SH "EXAMPLES"
201 .B Encoding DVD title #2 217 .B Encoding DVD title #2
202 mencoder -dvd 2 -o title2.avi 218 mencoder -dvd 2 -o title2.avi