Log in

View Full Version : mkv chapters to mp4


Sem
28th March 2011, 19:34
Currently converting some mkvs to mp4 and i want to convert the xml chapters into txt ones so i can add it to the mp4

how can i do this? ive searched for a tool but cant find any

can anyone help?

thanks

Selur
29th March 2011, 08:00
assuming you got a finished mkv file with the chapters in it, this should work:
1. load mkv in Hybrid (Main->Input File)
2. set Main->Audio handling to passthrough all
3. set Main->Video handling to passthrough all
4. Chapter->Import form video input
(now all the chapters from the source should be displayed)
5. set the output file (Main->Output File)
6. add to queue (Main->Add to Queue)
7. start the process (Job->start)

Cu Selur

Sem
3rd April 2011, 00:28
thanks for the post but that didnt work

any other suggestions?

Sem
3rd April 2011, 01:54
never mind ive solved it

the latest version of mkvtoolnix and mkvextractgui-2 (2.2.2.5) has this feature

i was still using the old version of mkvextractgui and that gave me an error

now all i need to do is figure out how to do a batch extract :D

Zathor
3rd April 2011, 02:34
You can use mkvextract directly:
mkvextract.exe chapters "PathToMKVFile" --simple > "PathToChapterOutputFile"
Remove --simple if you need the xml chapter format.