Page 1 of 1

Frame Drops on every ripped MKV

Posted: Mon Jul 29, 2024 7:41 pm
by MovieLover1893
Hi at all,

I have the problem that almost every MKV has frame drops in various places every few minutes after ripping. I'm using a MacBook Pro M3 and a Verbatim 43888 external 4K drive and I have no idea where to start troubleshooting or what the problem might be.

Re: Frame Drops on every ripped MKV

Posted: Tue Jul 30, 2024 12:44 am
by dcoke22
Where do you think the source of the problem is? Do you think MakeMKV is somehow dropping frames as it reads the bytes on the optical disc and puts them into a .mkv file? If so, using ffprobe you can count the number of frames in both the resulting .mkv file and the source .m2ts file (assuming the source is a single .m2ts file). https://stackoverflow.com/questions/2017843/fetch-frame-count-with-ffmpeg

A more likely scenario is your playback software is dropping a frame from time to time.

Re: Frame Drops on every ripped MKV

Posted: Tue Jul 30, 2024 7:34 am
by MovieLover1893
I have now analyzed it with ffprobe and it seems to me that these error messages are the problem. What could be the reason?

It seems to me that the following user had the same problem: viewtopic.php?t=32671

Re: Frame Drops on every ripped MKV

Posted: Tue Jul 30, 2024 7:42 am
by MovieLover1893
Here are the error messages:
Image

Re: Frame Drops on every ripped MKV

Posted: Tue Jul 30, 2024 1:16 pm
by dcoke22
Is it your playback software that's producing those messages? What software are you using?

The other poster said MakeMKV didn't indicate any errors during the rip. Is that your experience as well?

Re: Frame Drops on every ripped MKV

Posted: Tue Jul 30, 2024 2:58 pm
by MovieLover1893
With MakeMKV there were no error messages, exactly.

I think I was able to solve it. I analyzed the files with ffprobe as suggested, here I had some error messages in the following format:

[matroska, webm
- 0x14d8051d0] 0x00 at pos 2444132609 (0x91ae8101) invalid as first byte of an EBML number

Handbrake then showed me a message in the activity log in the form of "dropped frame" or similar when encoding these files.

I have now found out that it is due to the exFAT formatted SSD on the MacBook. Apparently the Mac doesn't like this. I have now formatted the SSD in Apple's own AFPS format and everything seems to be working now. Ffprobe no longer shows me any errors and the video files run through without any problems.

Thanks for your advice with ffprobe.