diff options
author | Benjamin Larsson | 2004-03-08 19:13:23 +0000 |
---|---|---|
committer | Michael Niedermayer | 2004-03-08 19:13:23 +0000 |
commit | e83a84ac418e71c060749f8180556daca6c4f382 (patch) | |
tree | 89ac8d9b0a26892bf1ed28524a165876c6bd732b | |
parent | 6ed08157cad67b9b2c2e0cb90fe4af082df04919 (diff) |
ss patch by (Benjamin Larsson <banan at student dot ltu dot se>)
Originally committed as revision 2859 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | doc/ffmpeg-doc.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi index ba6014b2dc..61af32cf2e 100644 --- a/doc/ffmpeg-doc.texi +++ b/doc/ffmpeg-doc.texi @@ -173,6 +173,10 @@ overwrite output files set the recording time in seconds. @code{hh:mm:ss[.xxx]} syntax is also supported. +@item -ss position +seek to given time position. @code{hh:mm:ss[.xxx]} syntax is also +supported. + @item -title string set the title |