summaryrefslogtreecommitdiffstats
path: root/DOCS/mencoder.1
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/mencoder.1')
-rw-r--r--DOCS/mencoder.118
1 files changed, 18 insertions, 0 deletions
diff --git a/DOCS/mencoder.1 b/DOCS/mencoder.1
index 1c536caa84..386eaa25c7 100644
--- a/DOCS/mencoder.1
+++ b/DOCS/mencoder.1
@@ -38,6 +38,8 @@ mencoder \- Movie Encoder for Linux
.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 @@ Outputs to the given filename, instead of the default 'test.avi' .
.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