[BUG] Missing Chapters ripping Pokemon

Please post here for issues related to DVD discs
Post Reply
knuxyl
Posts: 7
Joined: Fri Aug 01, 2025 10:59 pm

[BUG] Missing Chapters ripping Pokemon

Post by knuxyl »

I am having a hell of time properly ripping the Pokemon DVDs. The problem is that a lot of cartoons I rip contain just a giant mpeg that I have to split later. I manually go through each mpeg and list the start and end chapters for each episode and save it in a text file for parsing later.

The problem with Pokemon is that MakeMKV is ripping chapters, but arbitrarily leaving some out, and seems to ALWAYS leave out the chapters for beginning/ending of each episode.

The first mpeg on the disc contains 3 episodes. VLC shows this section from the DVD and the ripped mkv as 1h5m, with the mkv showing ~4 seconds longer. And yes I triple-checked they are the same video segment.
The original DVD shows 13 chapters for this mpeg.
The ripped MKV shows 8 chapters for this mpeg.

I can't figure out at all what is going on. I have a massive library of DVDs and all my scripts are built around the chapters but MakeMKV isn't ripping this series correctly and I don't know what's wrong or how to fix it. The problem seems to go away around disc 11 (episode 95+). Does anyone have any ideas?

for the record, I know the Pokemon DVDs are garbage quality and have film misplacement issues but idc
Woodstock
Posts: 10668
Joined: Sun Jul 24, 2011 11:21 pm

Re: [BUG] Missing Chapters ripping Pokemon

Post by Woodstock »

A question - do the episodes share a common open/close? I ask because I have a similar series, where the open/close are common for a dozen or so episodes, and are NOT included in the individual episode files in the rip. The next partial season changed open/close, then there was a third set of open/close segments.

The play sequences is Opening, episode chapter 1, episode chapter 2, Closing, episode preview.

What gets ripped (except on the episodes where the open/close changed) is episode chapter 1, episode chapter 2, episode preview.
knuxyl
Posts: 7
Joined: Fri Aug 01, 2025 10:59 pm

Re: [BUG] Missing Chapters ripping Pokemon

Post by knuxyl »

Woodstock wrote:
Wed Oct 15, 2025 1:31 pm
A question - do the episodes share a common open/close?...
Well yes, the start of one episode's chapter is the end of another episode's chapter. The second episode should start around 21:40 and there should be a chapter there but there isn't. I get makemkv sync issues around each episode break. This DVD has 3 mpegs, each with 3 episodes, and these errors are just about the same for each mpeg, give or take 5 seconds.

I just tried changing the open method to cellfull instead of auto and that didn't fix it.

These are the syncs issues I get around where the chapter should be (for example this one's chapter is 21:40)
----MSG:4008,16,4,"AV sync issue in stream 1 at 0:20:37.927 with duration of 183.533ms : audio gap - 5.735 missing frame(s)","AV sync issue in stream %1 at %2 with duration of %3 : %4","1","0:20:37.927","183.533ms","audio gap - 5.735 missing frame(s)"
----MSG:4008,16,4,"AV sync issue in stream 1 at 0:22:42.615 with duration of 160ms : 5 frame(s) dropped to reduce audio skew to +3.4ms","AV sync issue in stream %1 at %2 with duration of %3 : %4","1","0:22:42.615","160ms","5 frame(s) dropped to reduce audio skew to +3.4ms"
----MSG:4008,16,4,"AV sync issue in stream 1 at 0:42:18.964 with duration of 169.066ms : audio gap - 5.283 missing frame(s)","AV sync issue in stream %1 at %2 with duration of %3 : %4","1","0:42:18.964","169.066ms","audio gap - 5.283 missing frame(s)"
----MSG:4008,16,4,"AV sync issue in stream 1 at 0:44:23.648 with duration of 160ms : 5 frame(s) dropped to reduce audio skew to +0.066ms","AV sync issue in stream %1 at %2 with duration of %3 : %4","1","0:44:23.648","160ms","5 frame(s) dropped to reduce audio skew to +0.066ms"
Post Reply