[FFmpeg-user] Chapters in mkv

Adi Marvillo adi5 at gmx.at
Thu Mar 15 17:45:06 EET 2018


Hi, does anybody know how to map chapters into the conversion of a
video? I'd like to have a chapter interval of 7:00 min. Has anybody
worked with the -map_chapter option already? How do I integrate the
chapter-mark information into the command? My basic basic command would be
[code]
ffmpeg -i ./movie.VOB -g 25 -keyint_min 3 -aspect "16:9" -map v:0 -c:v
libx264 -map a:0 -c:a copy ~/new_movie.mkv
[/code]


More information about the ffmpeg-user mailing list