Search found 8 matches
- Sun Jun 28, 2009 10:53 am
- Forum: General MakeMKV discussion
- Topic: Bad audio in BD-rip
- Replies: 8
- Views: 20542
Re: Bad audio in BD-rip
Unfortunately, the only player that correctly plays this format is Mplayer. VLC has separate code for playing standalone wav files and wav inside MKV, so so it would play demuxed wav just fine but will not play the same wav in MKV. From your description it looks like both MPC and haali have trouble...
- Wed Jun 24, 2009 4:49 pm
- Forum: General MakeMKV discussion
- Topic: Some Ripped Movies Not Playable
- Replies: 27
- Views: 53711
Re: Some Ripped Movies Not Playable
Regarding chapter count: I've got a word on this - it looks like it is actually a feature. If the first chapter is earlier than 3 seconds it will just change its time to 0:0:0, otherwise it will insert additional chapter at 0:0:0 . Thanks for the explanation. I've found a program that can show the ...
- Sun Jun 21, 2009 12:47 pm
- Forum: General MakeMKV discussion
- Topic: Some Ripped Movies Not Playable
- Replies: 27
- Views: 53711
Re: Some Ripped Movies Not Playable
Thanks for figuring that out. This will be corrected in the next version. My pleasure. I've checked the new 1.4.4 version. Unfortunately the chapter file still has an additional chapter defined. After the first scan makemkv shows all titles each with 6 chapters. But the created mkv file has 7 chapt...
- Sat Jun 13, 2009 4:49 pm
- Forum: General MakeMKV discussion
- Topic: Some Ripped Movies Not Playable
- Replies: 27
- Views: 53711
Re: Some Ripped Movies Not Playable
there is another glitch with the chapters file: The original episode on DVD has only 6 chapters, but the mkv file has 7! this are the first three chapter definitions extracted from the mkv file: <Chapters> <EditionEntry> <ChapterAtom> <ChapterUID>0</ChapterUID> <ChapterTimeStart>00:00:00.000000000</...
- Sat Jun 13, 2009 4:30 pm
- Forum: General MakeMKV discussion
- Topic: Some Ripped Movies Not Playable
- Replies: 27
- Views: 53711
Re: Some Ripped Movies Not Playable
Ok, that was easy, obviously the first chapter should not have the ChapterUID 0(=ZERO). Just add an offset +1 to each ChapterUID value and mpc can play the file just fine. so I changed this: <ChapterUID>0</ChapterUID> to this: <ChapterUID>1</ChapterUID> and so on... Too bad, some players just crash ...
- Sat Jun 13, 2009 3:20 pm
- Forum: General MakeMKV discussion
- Topic: Some Ripped Movies Not Playable
- Replies: 27
- Views: 53711
Re: Some Ripped Movies Not Playable
I think the problem is the chapter file in the mkv files. I just created a new file with mkvmerge without the chapters informations, and mpc can play the file without any problems. I did extract the video and audio tracks and the chapters informations from the file created with makemkv. My first att...
- Fri Jun 12, 2009 10:11 am
- Forum: General MakeMKV discussion
- Topic: Some Ripped Movies Not Playable
- Replies: 27
- Views: 53711
Re: Some Ripped Movies Not Playable
it doesn't matter which dvd I try, with "media player classic homecinema" every file created with makemkv 1.4.2 or newer cannot be opened. mplayerc.exe /open <file.mkv> shows some disk activity than the player simply crashes without any error message. vlc can play the files, but is very in...
- Tue Jun 09, 2009 8:41 pm
- Forum: General MakeMKV discussion
- Topic: Some Ripped Movies Not Playable
- Replies: 27
- Views: 53711
Re: Some Ripped Movies Not Playable
I don't know if this is related, all mkv files created with version 1.4.2 and 1.4.3 cannot be played with mpc-hc ( see http://mpc-hc.sourceforge.net) The player just crashes with no error message, if I try to open a file. Files created with older versions of makemkv do not have such problems. I migh...