Mercurial > mplayer.hg
changeset 4709:860808c94265
-ss -endpos documented
author | gabucino |
---|---|
date | Thu, 14 Feb 2002 22:50:34 +0000 |
parents | 000ca7a19331 |
children | 701976d7a7d1 |
files | DOCS/Hungarian/encoding.html DOCS/encoding.html DOCS/mencoder.1 |
diffstat | 3 files changed, 47 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/Hungarian/encoding.html Thu Feb 14 22:34:24 2002 +0000 +++ b/DOCS/Hungarian/encoding.html Thu Feb 14 22:50:34 2002 +0000 @@ -257,6 +257,21 @@ <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
--- a/DOCS/encoding.html Thu Feb 14 22:34:24 2002 +0000 +++ b/DOCS/encoding.html Thu Feb 14 22:50:34 2002 +0000 @@ -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
--- 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