summaryrefslogtreecommitdiffstats
path: root/DOCS/mencoder.1
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-02-14 22:50:34 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-02-14 22:50:34 +0000
commit66ebcb8714959a0ed361571dd497f7421a7c0381 (patch)
tree47afb26607f2b2646397ef0282b62b15ee42332b /DOCS/mencoder.1
parent23d578910a6b2f865110008cf710953f1be730ba (diff)
downloadmpv-66ebcb8714959a0ed361571dd497f7421a7c0381.tar.bz2
mpv-66ebcb8714959a0ed361571dd497f7421a7c0381.tar.xz
-ss -endpos documented
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4710 b3059339-0415-0410-9bf9-f77b7e298cf2
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