comparison DOCS/mencoder.1 @ 4709:860808c94265

-ss -endpos documented
author gabucino
date Thu, 14 Feb 2002 22:50:34 +0000
parents b5d956f0b6ea
children 47f0a86e8b8e
comparison
equal deleted inserted replaced
4708:000ca7a19331 4709:860808c94265
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 .RB [ \-ffourcc\ fourcc ]
41 .RB [ \-ss\ <time> ]
42 .RB [ \-endpos\ <time> ]
41 .I - or file or device 43 .I - or file or device
42 .PP 44 .PP
43 .SH DESCRIPTION 45 .SH DESCRIPTION
44 .I mencoder 46 .I mencoder
45 MEncoder (MPlayer's Movie Encoder) is a simple movie encoder, designed to 47 MEncoder (MPlayer's Movie Encoder) is a simple movie encoder, designed to
229 Outputs to the given filename, instead of the default 'test.avi' . 231 Outputs to the given filename, instead of the default 'test.avi' .
230 .TP 232 .TP
231 .B \-frames <number> 233 .B \-frames <number>
232 Encode only given number of frames. 234 Encode only given number of frames.
233 .TP 235 .TP
236 .B \-ss <time>
237 seek to given time position. For example :
238
239 -ss 56 seeks to 56 seconds
240 -ss 01:10:00 seeks to 1 hour 10 min
241
242 Can start only from keyframes !
243 .TP
244 .B \-endpos <time>
245 stop encoding at given time. Can be specified in many was :
246
247 -endpos 56 encode only 56 seconds
248 -endpos 01:10:00 encode only 1 hours
249
250 Can be used in conjuction with -ss !
251 .TP
234 .B \-x <rescale width> 252 .B \-x <rescale width>
235 Rescale output movie to given pixels wide. 253 Rescale output movie to given pixels wide.
236 .TP 254 .TP
237 .B \-y <rescale height> 255 .B \-y <rescale height>
238 Rescale output movie to given pixels tall. 256 Rescale output movie to given pixels tall.