Hello folks,
I wonder if there is any possibility to edit names of the chapter in mkv files.
I plan to use Handbrake, but as I import the DVD, it only says Chapter 1, 2,... I have not seen the DVD yet and its a course DVD with loads of chapters, going through that DVD will take me at least a month. Thought I could just make mkv file and edit the chapter names later for future reference.
Is that possible?
(I read some old threads and it has been suggested that one can do it with MKVToolnix by importing mkv and xml file, but would like to confirm.)
Thanks in advance.
+ Reply to Thread
Results 1 to 7 of 7
-
-
Chapters editing in MKVToolnix is only possible when you add them, and not when they are already muxed in an mkv file - then they are not visible in Chapter Editor tab. You would need to extract chapters with MKVcleaver or MKVExtractGUI and insert them again using MKVToolnix.
If you want to use chapters from a DVD, you can extract them with ChapterGen and save as OGG Text File. Then add chapter names in i.e. Notepad or in MKVToolnix. -
you can do it just using mkvextract.exe and mkvpropedit.exe that are part of mkvtoolnix, no remuxing of mkv is needed
Code:mkvextract.exe chapters your-movie.mkv > extracted.xml
Code:mkvpropedit.exe your-movie.mkv --chapters extracted.xml
-
Thank you guys. I am just not expert enough in this business. My brain is 'trained' for AutoGK now.
@_Al_,
The code that you mentioned, is it command line? or the exe that you attached are GUI?
@noemi7,
With your method, if I understand correctly, I should not add chapters while muxing and then add them in using MKVToolnix, right? -
codes are command lines, if you know how to use it,
attached zip file contains all you need to do this, and it executes those command lines automatically , it works just by dropping your mkv on BAT icon in Windows Explorer, notepad pops up, you edit your chapter names, save file, close it and your MKV has new renamed chapters -
Yes you can edit chapter names in an mkv file, even if they are already muxed in. Use mkvmergegui.
From the menu, select Chapter Editor, then Load. Select your mkv file. Select the chapter you want to rename, type the new name into the "name" field. When finished renaming all your chapters, select Chaper Editor from the menu, then Save to Matroska File, and select the mkv file you want to save it to. -
Ha, I didn't know that it can be done such way
Thanks!
I bit nonsense that mkvmergegui doesn't show and allow edit chapters when an mkv is added in Input
Similar Threads
-
Create chapter file for MKV video
By RogerTango in forum Video ConversionReplies: 22Last Post: 16th Feb 2016, 03:02 -
Where can i find the chapter names in a blu-ray file?
By ratatouille in forum Authoring (Blu-ray)Replies: 0Last Post: 18th Mar 2012, 06:22 -
editing existing chapter names in mkv and muxing it
By ratatouille in forum Video ConversionReplies: 0Last Post: 13th Jan 2012, 05:22 -
MKV: Append file names as chapters?
By sa.shadow in forum Video ConversionReplies: 0Last Post: 27th Oct 2010, 11:02 -
mkv chapter file problem
By Bully9 in forum EditingReplies: 12Last Post: 22nd Mar 2010, 18:06