summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-07-27 21:39:12 +0200
committerAnton Khirnov <anton@khirnov.net>2011-08-12 13:30:07 +0200
commitb9aac90bd875c5cb6f42fcb53e3a8fde3f315a7e (patch)
tree17bcbbe83b557d51287f83d276dd1b2ffa4e2086 /doc
parent6291d7e41605c0b1e9debfae8a2b1d4cf7b0e0b3 (diff)
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.texi9
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