Disc: Ginger Snaps (2000), Vestron/Lionsgate UHD, Profile 7 FEL, CM v4.0. Feature runtime 108:41, 156,350 video frames @ 23.976.
MakeMKV version: 1.18.4 (Windows 11)
The RPU in the MakeMKV-produced MKV file ends at frame 2298 (~96 seconds), so playback drops to HDR10 for the rest of the film. The video track itself is complete (156,350 frames). Only the RPU is truncated.
Here are the steps I took:
- Full-disc backup to folder (decrypted BDMV). Feature is 00000.m2ts, containing a 2160p base-layer video stream (0x1011) and a 1080p enhancement-layer stream (0x1015).
- Reading the enhancement layer directly from the backup gives a complete RPU:
Result: 156,350 frames, 1650 scenes, Profile 7 FEL, CM v4.0.ffmpeg -i 00000.m2ts -map 0:1 -c copy -f hevc - | dovi_tool extract-rpu - -o el.rpu
- Creating an MKV of the same title from the same backup (open index -> select feature -> Save), then extracting its RPU:
Result: 2298 frames, 13 scenes. Truncated at the same point on two separate runs.dovi_tool extract-rpu "title.mkv" -o mkv.rpu
- As a cross-check, muxing the disc's two layers into a single-layer stream with dovi_tool:
preserves the full 156,350-frame RPU. So the metadata interleaves end-to-end cleanly from these same layers outside MakeMKV.(dovi_tool -m 2 mux --bl bl.hevc --el el.hevc --discard)
The RPU is complete on the disc/backup and survives an independent interleave, but it appears that MakeMKV's own BL+EL interleave truncates it to 2298 frames on this title. This looks specific to Profile 7 FEL handling.
I'm happy to provide the RPU dumps, the dovi_tool info -s outputs, or BDInfo if useful. I can also test another MakeMKV version if anyone can suggest one to compare against.
Thank you for your attention