[FFmpeg-cvslog] r14530 - trunk/doc/ffmpeg-doc.texi
stefano
subversion
Mon Aug 4 09:02:48 CEST 2008
Author: stefano
Date: Mon Aug 4 09:02:48 2008
New Revision: 14530
Log:
Improve docs for the ffmpeg -map option.
Modified:
trunk/doc/ffmpeg-doc.texi
Modified: trunk/doc/ffmpeg-doc.texi
==============================================================================
--- trunk/doc/ffmpeg-doc.texi (original)
+++ trunk/doc/ffmpeg-doc.texi Mon Aug 4 09:02:48 2008
@@ -690,10 +690,11 @@ Synchronize read on input.
@section Advanced options
@table @option
- at item -map input stream id[:input stream id]
+ at 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.
+ at 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
More information about the ffmpeg-cvslog
mailing list