Muxing elementary stream using MakeMKV
Muxing elementary stream using MakeMKV
Hi,
I need to mux a blu-ray h264 elementary stream using MakeMKV. Is there a way to do this. I even tried creating a "fake blu-ray" using txMuxer only to load the index.bdmv from that in order to create a mkv but with no avail (it fails to process and create the mkv though it can read the index fine since it shows the content in the MakeMKV GUI).
Now, the reason I am trying to do that is to prove a bug in mkvtoolnix, so I can't mux the sample using mmg.exe.
Please help!
I need to mux a blu-ray h264 elementary stream using MakeMKV. Is there a way to do this. I even tried creating a "fake blu-ray" using txMuxer only to load the index.bdmv from that in order to create a mkv but with no avail (it fails to process and create the mkv though it can read the index fine since it shows the content in the MakeMKV GUI).
Now, the reason I am trying to do that is to prove a bug in mkvtoolnix, so I can't mux the sample using mmg.exe.
Please help!
-
- Posts: 2136
- Joined: Wed Dec 09, 2009 1:31 pm
Re: Muxing elementary stream using MakeMKV
Hi!
What other type(s) of stream(s) are you trying to multiplex the videostream with (audio, what format? subtitles, what format?)I need to mux a blu-ray h264 elementary stream using MakeMKV.
Re: Muxing elementary stream using MakeMKV
None, I only want to mux the video streamsetarip_old wrote: Hi!
What other type(s) of stream(s) are you trying to multiplex the videostream with (audio, what format? subtitles, what format?)I need to mux a blu-ray h264 elementary stream using MakeMKV.
-
- Posts: 2136
- Joined: Wed Dec 09, 2009 1:31 pm
Re: Muxing elementary stream using MakeMKV
Huh?None, I only want to mux the video stream
"Mux" is short for multiplex - and that means to mix two or more streams together...
What exactly are you trying to create?
Re: Muxing elementary stream using MakeMKV
Ok, sorry if I used the wrong word, but what I want to do is just put a h264 elementary stream in a mkv container... so just that video stream, no audio, no subs.setarip_old wrote:Huh?None, I only want to mux the video stream
"Mux" is short for multiplex - and that means to mix two or more streams together...
What exactly are you trying to create?
The reason I want to do that is to prove a bug in mmg.exe (mkvtoolnix). Basically, I found a movie that I originally muxed (yes with audio and all) with mmg.exe and it displayed some sort of stutter at one place in the movie. After converting the blu-ray with MakeMKV, the movie didn't display that problem.
So, I took the original h264 file from the blu-ray and cut a sample with DGindexNV.
Now, if I convert that sample with mmg.exe, it still display the stutter (obviously). What I am trying to achieve now is to convert that small h264 sample to mkv using MakeMKV to prove that the error comes from mmg.exe...
I hope that clear things out
Thanks in advance
Re: Muxing elementary stream using MakeMKV
MakeMKV should be able to open some MKV files. What I'd do is the following:
1) remux your source file with mkvmerge, including only the video track (buggy sample)
2) open that MKV in makeMKV, and remux (bug-free ample)
1) remux your source file with mkvmerge, including only the video track (buggy sample)
2) open that MKV in makeMKV, and remux (bug-free ample)
Re: Muxing elementary stream using MakeMKV
If you're going to be doing this sort of thing often (or even if you just want more control over your media files) I highly recommend learning how to use ffmpeg or a similar tool.
Re: Muxing elementary stream using MakeMKV
I have just tried that, and this is the message I get:Romansh wrote:MakeMKV should be able to open some MKV files. What I'd do is the following:
1) remux your source file with mkvmerge, including only the video track (buggy sample)
2) open that MKV in makeMKV, and remux (bug-free ample)
... and no file gets created...Copy Complete. 0 titles saved, 1 failed.
I really wish the command line utility of MakeMKV would be more flexible like the ability to create mkv from elementary stream... (because I understand it doesn't from the total silence of mods since my last post...)
Re: Muxing elementary stream using MakeMKV
If you want a rather painful way to do it, use tsMuxer and output an AVCHD folder structure. Then you can read that folder structure with MakeMKV and output an MKV.
(And what I means is add the elementary streams to tsMuxer and output an AVCHD folder)
(And what I means is add the elementary streams to tsMuxer and output an AVCHD folder)
Re: Muxing elementary stream using MakeMKV
Tried that already, and I get the same error message... Really weirdSamuriHL wrote:If you want a rather painful way to do it, use tsMuxer and output an AVCHD folder structure. Then you can read that folder structure with MakeMKV and output an MKV.
(And what I means is add the elementary streams to tsMuxer and output an AVCHD folder)
Re: Muxing elementary stream using MakeMKV
Have you only tried with one source? I'd start to suspect there's something wrong with your streams.
-
- Posts: 4075
- Joined: Wed Nov 26, 2008 2:26 am
- Contact:
Re: Muxing elementary stream using MakeMKV
MakeMKV should be able to open MKV file with h.264 stream. Please enable debug messages in preferences for diagnostics.