comparison DOCS/mencoder.1 @ 3774:68dae60dd470

numerous small fixes/updates
author gabucino
date Wed, 26 Dec 2001 21:45:23 +0000
parents 66da035c4ee2
children d8247558c3e2
comparison
equal deleted inserted replaced
3773:2d8dbcd9a0e5 3774:68dae60dd470
35 .RB [ \-o\ <filename> ] 35 .RB [ \-o\ <filename> ]
36 .RB [ \-frames\ <number> ] 36 .RB [ \-frames\ <number> ]
37 .RB [ \-x\ <rescale\ width> ] 37 .RB [ \-x\ <rescale\ width> ]
38 .RB [ \-y\ <rescale\ height> ] 38 .RB [ \-y\ <rescale\ height> ]
39 .RB [ \-sws\ <0-2> ] 39 .RB [ \-sws\ <0-2> ]
40 .RB [ \-ffourcc\ fourcc ]
40 .I - or file or device 41 .I - or file or device
41 .PP 42 .PP
42 .SH DESCRIPTION 43 .SH DESCRIPTION
43 .I mencoder 44 .I mencoder
44 MEncoder (MPlayer's Movie Encoder) is a simple movie encoder, designed to 45 MEncoder (MPlayer's Movie Encoder) is a simple movie encoder, designed to
118 Examples: 119 Examples:
119 120
120 -ovc help get help 121 -ovc help get help
121 -ovc copy no encoding, just streamcopy 122 -ovc copy no encoding, just streamcopy
122 -ovc divx4 encode to DivX4 123 -ovc divx4 encode to DivX4
123 -ovc lavc encode with a libavcodec codec 124 -ovc lavc encode with a libavcodec codec
124 .TP 125 .TP
125 .B \-oac <codecname> 126 .B \-oac <codecname>
126 Encode with the given codec (codec names are from codecs.conf). 127 Encode with the given codec (codec names are from codecs.conf).
127 Examples: 128 Examples:
128 129
233 Type of scaling method 234 Type of scaling method
234 235
235 0 fast bilinear (default) 236 0 fast bilinear (default)
236 1 bilinear 237 1 bilinear
237 2 bicubic (best quality) 238 2 bicubic (best quality)
238 239 .TP
240 .B \-ffourcc fourcc
241 Can be used to force the video fourcc of the output file. For example -ffourcc
242 div3 will have the output file contain "div3" as video fourcc.
243 .IP
239 .SH FILES AND DIRECTORIES 244 .SH FILES AND DIRECTORIES
240 .IP 245 .IP
241 .SH "EXAMPLES" 246 .SH "EXAMPLES"
242 .B Encoding DVD title #2 247 .B Encoding DVD title #2
243 mencoder -dvd 2 -o title2.avi 248 mencoder -dvd 2 -o title2.avi