[Mplayer-cvslog] CVS: main/DOCS encoding.html,1.26,1.27 mencoder.1,1.27,1.28

Winner of tha face compo gabucino at mplayer.dev.hu
Thu Feb 14 23:50:36 CET 2002


Update of /cvsroot/mplayer/main/DOCS
In directory mplayer:/var/tmp.root/cvs-serv19875

Modified Files:
	encoding.html mencoder.1 
Log Message:
-ss -endpos documented


Index: encoding.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/encoding.html,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- encoding.html	12 Feb 2002 22:34:31 -0000	1.26
+++ encoding.html	14 Feb 2002 22:50:33 -0000	1.27
@@ -248,6 +248,20 @@
 <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

Index: mencoder.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/mencoder.1,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- mencoder.1	12 Feb 2002 22:34:31 -0000	1.27
+++ mencoder.1	14 Feb 2002 22:50:33 -0000	1.28
@@ -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
@@ -230,6 +232,22 @@
 .TP
 .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.




More information about the MPlayer-cvslog mailing list