diff options
author | Benjamin Larsson <banan@ludd.ltu.se> | 2006-08-30 17:10:56 +0000 |
---|---|---|
committer | Benjamin Larsson <banan@ludd.ltu.se> | 2006-08-30 17:10:56 +0000 |
commit | e645a733a63225c0dcaf3dc73bd058985406a5c2 (patch) | |
tree | b53f2b6b1c13e9e339498a5d03ed1bca6ad7ce9b /doc/ffmpeg-doc.texi | |
parent | 89e89c95fd53abdd20860017f7c7837f23313344 (diff) | |
download | ffmpeg-e645a733a63225c0dcaf3dc73bd058985406a5c2.tar.gz |
Added -map usage to docs.
Originally committed as revision 6131 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/ffmpeg-doc.texi')
-rw-r--r-- | doc/ffmpeg-doc.texi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi index 15415bbace..6167fd83ac 100644 --- a/doc/ffmpeg-doc.texi +++ b/doc/ffmpeg-doc.texi @@ -484,8 +484,10 @@ Set audio device (e.g. @file{/dev/dsp}). @section Advanced options @table @option -@item -map file:stream -Set input stream mapping. +@item -map input stream id[:input 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. @item -debug Print specific debug info. @item -benchmark |