diff options
author | Luca Barbato | 2012-12-08 05:49:37 +0100 |
---|---|---|
committer | Luca Barbato | 2012-12-08 17:04:23 +0100 |
commit | 18e6f087c4a50bede8449ee164778945480be50c (patch) | |
tree | a2457db77dc5c4b68226b1b1be4ef0119d203d17 /doc/muxers.texi | |
parent | 3c3a580f93c9bb2d579ba0c87f4c704785641744 (diff) |
img2: document the options available
Diffstat (limited to 'doc/muxers.texi')
-rw-r--r-- | doc/muxers.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi index 41041372c3..4973f1af1d 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -168,6 +168,11 @@ Note also that the pattern must not necessarily contain "%d" or avconv -i in.avi -f image2 -frames:v 1 img.jpeg @end example +@table @option +@item -start_number @var{number} +Start the sequence from @var{number}. +@end table + @section MOV/MP4/ISMV The mov/mp4/ismv muxer supports fragmentation. Normally, a MOV/MP4 |