diff options
author | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-02-14 22:50:34 +0000 |
---|---|---|
committer | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-02-14 22:50:34 +0000 |
commit | 66ebcb8714959a0ed361571dd497f7421a7c0381 (patch) | |
tree | 47afb26607f2b2646397ef0282b62b15ee42332b /DOCS/encoding.html | |
parent | 23d578910a6b2f865110008cf710953f1be730ba (diff) |
-ss -endpos documented
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4710 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/encoding.html')
-rw-r--r-- | DOCS/encoding.html | 14 |
1 files changed, 14 insertions, 0 deletions
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 |