I want to take a rip of a BD disc and put it straight into an MKV container. This is fine and video and audio (DD) works but I can not figure out how to add chapters.
I am using TSMuxer to demux and then MKVMerge to remux.
Any suggestions on the easiest way to add chapters (for normal DVDs DVD-Decrypter is very nice and creates me a chapters.txt file)
+ Reply to Thread
Results 1 to 11 of 11
-
-
eac3to with the -demux flag will generate a Chapters.txt file (among a lot of other stream). Don't know if there is a method to get only the chapters, but if you are willing to wait while it rips everything else, it might be worth the wait.
As far as merging them with your audio and video files, I'm lost there.. maybe mkvmerge has an option. -
Figured out that I can just extract the video stream straight to MKV and demux audio and chapters all in one go sraight from the disc with eac3to. Can then ux back into MKV with MKV Merge. This route saves a huge amount of time from previous route of copying disc to HDD then using TSMuxer and finally MKVMerge.
http://en.wikibooks.org/wiki/Eac3to/How_to_Use#Using_complete_disc_structure_as_input
MKV with chapters and quick -
I have now figured out how touse eac3to get video stream to MKV and demux audio and chapters using something like
Code:eac3to "F:\" 1) 1: chapters.txt 2: video.mkv 3: audio.ac3
Question is, can I do this in one step? This route means I end up with a big MKV video file and have to mux this all into a further big MKV file taking up twice the space.
Is it possilbe to get eac3to to demux audio and chapters streams first and then have it mux them into MKV as it is doing video stream? -
I would also be interested in knowing if this is possible - a one-step mux would be ideal.
-
"eac3to BD_FOLDER Movie.mkv" will put every stream available in the original m2ts file(s), all the video, audio, subtitle streams into one large mkv in one step. If you want only select streams and not all of them, as far as I know you can't do it in one step, but in 2 steps like you described above.
Similar Threads
-
Extract chapters to separate MPEG files?
By Figge in forum Authoring (DVD)Replies: 9Last Post: 9th Apr 2018, 15:38 -
Extract audio from MKV and split titles according to chapters
By Jackie78 in forum Newbie / General discussionsReplies: 1Last Post: 25th Mar 2012, 22:23 -
Extract chapters from a DVD
By hcs in forum Authoring (DVD)Replies: 3Last Post: 8th Jun 2010, 04:50 -
How can I extract chapters from VOB file?
By SubFlow in forum EditingReplies: 1Last Post: 18th Jun 2008, 03:49 -
Tools to extract Blue-Ray chapters
By DJRumpy in forum Video ConversionReplies: 3Last Post: 21st Jul 2007, 09:49