The ownload page says:
MakeMKV for Windows and Mac OS X is available for download below. MakeMKV for Linux is available on the forum page.
and on the page you can click here:
Download both binary and source packages:
https://www.makemkv.com/download/makemk ... 8.1.tar.gz
https://www.makemkv.com/download/makemk ... 8.1.tar.gz
But the result in both cases is a 404 error
Regards Andreas
Linux-Version not on Download
Re: Linux-Version not on Download
It seems MakeMKV version 1.18.2 has been released but the linux forum post hasn't been updated yet.
-
- Posts: 12
- Joined: Thu Jul 25, 2019 1:29 am
Re: Linux-Version not on Download
I just manually changed the .1 to .2 on the download link and got it to download, haven't had the chance to compile it yet... or check and see if I need to update the ffabi.c file still for ffmpeg...
Quick edit, compiles fine with the newest version of ffmpeg yay.
Quick edit, compiles fine with the newest version of ffmpeg yay.
Re: Linux-Version not on Download
I found that v1.18.2 builds against ffmpeg v8.0 almost without intervention. The only change I had to make was comment in a line of libffabi/src/ffabicfg.h that was generated commented out. It should read:
Code: Select all
/* no AVChannelLayout */
#undef FFABI_HAVE_OLD_CHANNEL_LAYOUT