summaryrefslogtreecommitdiffstats
path: root/DOCS
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
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')
-rw-r--r--DOCS/Hungarian/encoding.html15
-rw-r--r--DOCS/encoding.html14
-rw-r--r--DOCS/mencoder.118
3 files changed, 47 insertions, 0 deletions
diff --git a/DOCS/Hungarian/encoding.html b/DOCS/Hungarian/encoding.html
index 7ca8403e81..72e95b34b6 100644
--- a/DOCS/Hungarian/encoding.html
+++ b/DOCS/Hungarian/encoding.html
@@ -257,6 +257,21 @@ támogatottak). A következő codec-ekkel lehet enkódolni :</P>
<TABLE BORDER=1>
<TR>
<TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>
+ <I>-ss</I> időpont</TD>
+ <TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>
+ enkódolás indítása a megadott időponttól (csak keyframe-től indulhat !)
+ </TD>
+</TR>
+<TR>
+ <TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>
+ <I>-endpos</I> időpont/időtartam</TD>
+ <TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>
+ enkódolás megállítása a megadott idő letelte után, vagy adott időpont
+ elérésekor. Lásd a manpage-t !
+ </TD>
+</TR>
+<TR>
+ <TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>
<I>-o</I> filenév</TD>
<TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>
kimeneti filenév megadása
diff --git a/DOCS/encoding.html b/DOCS/encoding.html
index 4fab335ef7..23e5d182dc 100644
--- a/DOCS/encoding.html
+++ b/DOCS/encoding.html
@@ -248,6 +248,20 @@ unsupported). You can encode to the following codecs :</P>
<TABLE BORDER=1>
<TR>
<TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>
+ <I>-ss</I> time</TD>
+ <TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>
+ start encoding from the given time (can start only from keyframes !)
+ </TD>
+</TR>
+<TR>
+ <TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>
+ <I>-endpos</I> time</TD>
+ <TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>
+ stop encoding at the given time. See the manpage for examples !
+ </TD>
+</TR>
+<TR>
+ <TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>
<I>-o</I> filename</TD>
<TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>
specify output filename
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