diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-07-27 21:39:12 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-08-12 13:30:07 +0200 |
commit | b9aac90bd875c5cb6f42fcb53e3a8fde3f315a7e (patch) | |
tree | 17bcbbe83b557d51287f83d276dd1b2ffa4e2086 /doc | |
parent | 6291d7e41605c0b1e9debfae8a2b1d4cf7b0e0b3 (diff) | |
download | ffmpeg-b9aac90bd875c5cb6f42fcb53e3a8fde3f315a7e.tar.gz |
avconv: make -map_chapters accept only the input file index.
This is consistent with how all the other options work.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/avconv.texi | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/avconv.texi b/doc/avconv.texi index 2a00c58bcb..24be5529d2 100644 --- a/doc/avconv.texi +++ b/doc/avconv.texi @@ -703,10 +703,11 @@ of the output file: @example avconv -i in.ogg -map_metadata 0:0,s0 out.mp3 @end example -@item -map_chapters @var{outfile}:@var{infile} -Copy chapters from @var{infile} to @var{outfile}. If no chapter mapping is specified, -then chapters are copied from the first input file with at least one chapter to all -output files. Use a negative file index to disable any chapter copying. +@item -map_chapters @var{input_file_index} +Copy chapters from input file with index @var{input_file_index} to the next +output file. If no chapter mapping is specified, then chapters are copied from +the first input file with at least one chapter. Use a negative file index to +disable any chapter copying. @item -debug Print specific debug info. @item -benchmark |