diff DOCS/mencoder.1 @ 4709:860808c94265

-ss -endpos documented
author gabucino
date Thu, 14 Feb 2002 22:50:34 +0000
parents b5d956f0b6ea
children 47f0a86e8b8e
line wrap: on
line diff
--- a/DOCS/mencoder.1	Thu Feb 14 22:34:24 2002 +0000
+++ b/DOCS/mencoder.1	Thu Feb 14 22:50:34 2002 +0000
@@ -38,6 +38,8 @@
 .RB [ \-y\ <rescale\ height> ]
 .RB [ \-sws\ <0-2> ]
 .RB [ \-ffourcc\ fourcc ]
+.RB [ \-ss\ <time> ]
+.RB [ \-endpos\ <time> ]
 .I - or file or device
 .PP
 .SH DESCRIPTION
@@ -231,6 +233,22 @@
 .B \-frames <number>
 Encode only given number of frames.
 .TP
+.B \-ss <time>
+seek to given time position. For example :
+
+    -ss 56         seeks to 56 seconds
+    -ss 01:10:00   seeks to 1 hour 10 min
+
+Can start only from keyframes !
+.TP
+.B \-endpos <time>
+stop encoding at given time. Can be specified in many was :
+
+    -endpos 56       encode only 56 seconds
+    -endpos 01:10:00 encode only 1 hours
+
+Can be used in conjuction with -ss !
+.TP
 .B \-x <rescale width>
 Rescale output movie to given pixels wide.
 .TP