diff options
author | Stefano Sabatini | 2008-08-04 07:02:48 +0000 |
---|---|---|
committer | Stefano Sabatini | 2008-08-04 07:02:48 +0000 |
commit | bb89b0bc9d82153712c13db00b80e2edcbf697a4 (patch) | |
tree | 87ef3161c03ff970228b832a4098dfe3c4c40143 /doc/ffmpeg-doc.texi | |
parent | 71041842ec0be33cd120c8bfa6a2186220757071 (diff) |
Improve docs for the ffmpeg -map option.
Originally committed as revision 14530 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/ffmpeg-doc.texi')
-rw-r--r-- | doc/ffmpeg-doc.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi index 57dde53557..cb82230855 100644 --- a/doc/ffmpeg-doc.texi +++ b/doc/ffmpeg-doc.texi @@ -690,10 +690,11 @@ Synchronize read on input. @section Advanced options @table @option -@item -map input stream id[:input stream id] +@item -map @var{input_stream_id}[:@var{sync_stream_id}] Set stream mapping from input streams to output streams. Just enumerate the input streams in the order you want them in the output. -[input stream id] sets the (input) stream to sync against. +@var{sync_stream_id} if specified sets the input stream to sync +against. @item -map_meta_data @var{outfile}:@var{infile} Set meta data information of @var{outfile} from @var{infile}. @item -debug |