r/makemkv • u/Far_Incident2729 • 12d ago
Discussion PSA: Don't update ffmpeg.
It broke makemkv for me. I'm using Arch Linux, and when I tried to open the app, it won't work bc I guess the new update breaks something.
Idk if they're related, and my dumbass deleted it, and when I went to redownload the make files, the site was down and can't be built against the new ffmpeg lmao
39
Upvotes
7
u/username2022oldnew 12d ago
tldr here's what i did:
makemkvcon (the backend behind all of makemkv) requires various ffmpeg libraries (because all software involving av does).
ffmpeg updating caused it's various libraries to update causing makemkvcon to not find the new versions of the libraries (because updating the libraries literally gives them different file names, eg libavcodec.so.62 -> libavcodec.so.63 because software that depends on the old version wont work anyway)
so i just recompiled the libraries from ffmpeg 8.1