Search found 6 matches

by Rai4321
Fri Oct 04, 2024 10:20 am
Forum: MakeMKV for Linux
Topic: Compiling FFMpeg (with libfdk-aac support) for MakeMKV
Replies: 7
Views: 368

Re: Compiling FFMpeg (with libfdk-aac support) for MakeMKV

Thank you for taking your time and going through the setup again. I have tried it on a brand new install of Debian 12. View the recording at: https://asciinema.org/a/ZiwhBSrRuWyJy3SmOS0lMgJ7T (Recordings uploaded from unrecognized systems, such as this one, are automatically deleted 7 days after upl...
by Rai4321
Wed Oct 02, 2024 6:10 pm
Forum: MakeMKV for Linux
Topic: Compiling FFMpeg (with libfdk-aac support) for MakeMKV
Replies: 7
Views: 368

Re: Compiling FFMpeg (with libfdk-aac support) for MakeMKV

When building the MakeMKV - "makemkv-oss" with support for FLAC encoder it points to NONE EXISTENT PATH in FFMpeg build ..... PKG_CONFIG_PATH=......./tmp/ffmpeg/lib/pkgconfig..... PKG_CONFIG_PATH=/tmp/ffmpeg/lib/pkgconfig ./configure make sudo make install In Debian 12, when building the F...
by Rai4321
Wed Oct 02, 2024 11:30 am
Forum: MakeMKV for Linux
Topic: Compiling FFMpeg (with libfdk-aac support) for MakeMKV
Replies: 7
Views: 368

Re: Compiling FFMpeg (with libfdk-aac support) for MakeMKV

The "~/ffmpeg-7.0.2" DIR was created after extracting files from the "ffmpeg-7.0.2.tar.bz2" archive using "tar -jxvf ffmpeg-7.0.2.tar.bz2" The "/tmp/ffmpeg" DIR should have been created when FFMpeg was build, but is instead build in "~/ffmpeg-7.0.2" ...
by Rai4321
Mon Sep 30, 2024 11:49 am
Forum: MakeMKV for Linux
Topic: Unable to use makemkv anymore in Debian 12
Replies: 1
Views: 18713

Re: Unable to use makemkv anymore in Debian 12

Navigate to where the compiled versions of MakeMKV are stored: (My are in Downloads DIR): cd ~/Downloads/makemkv-bin-1.17.7 sudo make uninstall cd ~/Downloads/makemkv-oss-1.17.7 sudo make uninstall OR try: sudo dpkg -r makemkv_v1.17.7_oss sudo dpkg -r makemkv_v1.17.7_bin sudo rm /usr/bin/makemkv sud...
by Rai4321
Mon Sep 30, 2024 11:28 am
Forum: MakeMKV for Linux
Topic: MakeMKV 1.17.7 for Linux
Replies: 5
Views: 5121

Re: MakeMKV 1.17.7 for Linux

The following works for me :) curl -kLO https://www.makemkv.com/download/makemkv-sha-1.17.7.txt curl -kLO https://www.makemkv.com/download/makemkv-oss-1.17.7.tar.gz curl -kLO https://www.makemkv.com/download/makemkv-bin-1.17.7.tar.gz sha256sum -c makemkv-sha-1.17.7.txt 2> /dev/null | grep makemkv-os...
by Rai4321
Mon Sep 30, 2024 10:32 am
Forum: MakeMKV for Linux
Topic: Compiling FFMpeg (with libfdk-aac support) for MakeMKV
Replies: 7
Views: 368

Compiling FFMpeg (with libfdk-aac support) for MakeMKV

Trying to compile the latest FFMpeg for the MakeMKV and something has changed and it does not work anymore. Here is what I did on my Debian 12 machine: sudo apt update -qq && sudo apt -y install \ autoconf \ automake \ build-essential \ cmake \ git-core \ libass-dev \ libfreetype6-dev \ libg...