Commit cf4976ed authored by Anton Khirnov's avatar Anton Khirnov Committed by Alex Converse

doc/avconv: extend -ss documentation.

Signed-off-by: 's avatarAlex Converse <alex.converse@gmail.com>
parent b62b5cb6
...@@ -134,8 +134,12 @@ to the duration specified in seconds. ...@@ -134,8 +134,12 @@ to the duration specified in seconds.
Set the file size limit. Set the file size limit.
@item -ss @var{position} @item -ss @var{position}
Seek to given time position in seconds. When used as an input option (before @code{-i}), seeks in this input file to
@code{hh:mm:ss[.xxx]} syntax is also supported. @var{position}. When used as an output option (before an output filename),
decodes but discards input until the timestamps reach @var{position}. This is
slower, but more accurate.
@var{position} may be either in seconds or in @code{hh:mm:ss[.xxx]} form.
@item -itsoffset @var{offset} @item -itsoffset @var{offset}
Set the input time offset in seconds. Set the input time offset in seconds.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment