Browse Source

doc/avconv: extend -ss documentation.

Signed-off-by: Alex Converse <alex.converse@gmail.com>
tags/n0.9
Anton Khirnov Alex Converse 13 years ago
parent
commit
cf4976ed7b
1 changed files with 6 additions and 2 deletions
  1. +6
    -2
      doc/avconv.texi

+ 6
- 2
doc/avconv.texi View File

@@ -134,8 +134,12 @@ to the duration specified in seconds.
Set the file size limit.

@item -ss @var{position}
Seek to given time position in seconds.
@code{hh:mm:ss[.xxx]} syntax is also supported.
When used as an input option (before @code{-i}), seeks in this input file to
@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}
Set the input time offset in seconds.


Loading…
Cancel
Save