I would like to be able to add chapters from text files during conversion to mkv files. The text file would have the same name as the source video file with the txt extension and would just contain a list of times and chapter numbers, e.g.
00:00:00.00 Chapter 0
00:01:28.05 Chapter 1
00:15:52.20 Chapter 2
00:30:26.06 Chapter 3
00:41:26.15 Chapter 4
00:51:10.20 Chapter 5
Can you add this functionality to your program?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I would like to be able to add chapters from text files during conversion to mkv files. The text file would have the same name as the source video file with the txt extension and would just contain a list of times and chapter numbers, e.g.
00:00:00.00 Chapter 0
00:01:28.05 Chapter 1
00:15:52.20 Chapter 2
00:30:26.06 Chapter 3
00:41:26.15 Chapter 4
00:51:10.20 Chapter 5
Can you add this functionality to your program?
I'm afraid support for new features is halted for some time, only specific bugs.
Maybe in the future.
Manually using ffmpeg:
https://ffmpeg.org/ffmpeg-formats.html#Metadata-1
Last edit: Abel 2022-03-14
OK. Thanks for the link :)