diff options
author | Anton Khirnov <wyskas@gmail.com> | 2010-11-12 06:56:19 +0000 |
---|---|---|
committer | Anton Khirnov <wyskas@gmail.com> | 2010-11-12 06:56:19 +0000 |
commit | 91e96ebafb2ad2c5c6d851a84bac7946b281fd56 (patch) | |
tree | e9a44b4adb7191ead3176126a75b45a27e06ca6e /doc | |
parent | 5fb2f1347ef679202ddeeed33684da02ec833415 (diff) | |
download | ffmpeg-91e96ebafb2ad2c5c6d851a84bac7946b281fd56.tar.gz |
ffmpeg.c: add an option for copying chapters
fixes issue 2068
Originally committed as revision 25727 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ffmpeg-doc.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi index e2e0df7f2f..ed46b49c00 100644 --- a/doc/ffmpeg-doc.texi +++ b/doc/ffmpeg-doc.texi @@ -630,6 +630,10 @@ of the output file: @example ffmpeg -i in.ogg -map_meta_data 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 -debug Print specific debug info. @item -benchmark |