Search found 10 matches

by Rai4321
Fri Oct 04, 2024 5:18 pm
Forum: MakeMKV for Linux
Topic: Compiling FFMpeg (with libfdk-aac support) for MakeMKV
Replies: 9
Views: 686

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

I think I am getting the hang of it :) The " MakeMKV 1.17.8 for Linux is available " guide says: OPTIONAL: Building with latest " libavcodec " Starting with version 1.8.6 MakeMKV links directly to libavcodec. Please note that most distributions ship a very outdated version of lib...
by Rai4321
Fri Oct 04, 2024 3:39 pm
Forum: Forum and Website discussions
Topic: FAQ link from makemkv.com is broken
Replies: 4
Views: 11997

Re: FAQ link from makemkv.com is broken

Still broken :( Also has the support for "Streaming" been removed from "makemkvcon"? $ makemkvcon stream --upnp=1 --cache=128 --bindip=192.168.1.123 --bindport=51000 --messages=-none Deprecated option ignored Deprecated option ignored Deprecated option ignored Invalid command: st...
by Rai4321
Fri Oct 04, 2024 2:22 pm
Forum: MakeMKV for Linux
Topic: registering using makemkvcon
Replies: 16
Views: 16385

Re: registering using makemkvcon

Yes I know that: nano ~/.MakeMKV/settings.conf app_Key = "T-WaI15n3jLrzWU88y7liOljd7UIR0mormcZo2oO5xt_9CSj3Mg6mOxR1eUvU_CA569e" #end of October 2024 will store the KEY that is valid until the end of October 2024 ..... but wanted to check if it is now working in new version 1.17.8 from the ...
by Rai4321
Fri Oct 04, 2024 11:26 am
Forum: MakeMKV for Linux
Topic: uninstall MakeMKV on Linux Debian
Replies: 2
Views: 9554

Re: uninstall MakeMKV on Linux Debian

Older versions of MakeMKV/Debian supported the flowing: CD to a DIR where you compiled the MakeMKV.... cd ~/makemkv-bin-1.17.8 sudo make uninstall cd ~/makemkv-oss-1.17.8 sudo make uninstall #OR sudo dpkg -r makemkv_v1.17.8_oss sudo dpkg -r makemkv_v1.17.8_bin I guess that MakeMKV installs 4 BIN fil...
by Rai4321
Fri Oct 04, 2024 10:20 am
Forum: MakeMKV for Linux
Topic: Compiling FFMpeg (with libfdk-aac support) for MakeMKV
Replies: 9
Views: 686

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: 9
Views: 686

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: 9
Views: 686

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: 18772

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: 5364

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: 9
Views: 686

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...