as I promised I found some news about MakeMKV. First of all in the "multimedia" gentoo overlay you can find MakeMKV. It sounds to be very easier to install, just few steps, anyway it seems to have not the latest version.
Second, if you have troubles trying to view Avatar it seems to have a kind of encryption still not supported. As always those stuff have useless copyrights guards etc... I'll never understand that.
Third I have a good workaround for testing the program some time more, but please, support those guys and their work!
Starting from the beginning let's explain how to get the overlay makemkv version.
What you need is the overlay manager, called layman:
emerge -av laymanIf you want to see the available overlays type
layman -Lthen let's add to the portage tree the multimedia overlay
layman -a multimediaGreat. The next step is the easiest:
emerge -av makemkvDone.
They claim to have a license purchased for gentoo users. Actually in my box the evaluation timer remains. Please be sure you know what you are doing. I'm not responsible for applying that in your system.
In Windoze it was the paleolithic age, but here works like a charm. You need the right to set date, this script should not work.
First of all change your settings and do not check for updates on the net. Then create a script in your /usr/bin/ called mkvext
sudo nano /usr/bin/mkvextthen put in it the following code
#!/bin/bashyou can obviously replace "years" with "months" or even "days"
date --set='-1 years'
makemkv &
sleep 3
date --set='+1 years'
now let's make it executable
sudo chmod 777 /usr/bin/mkvextthe last step is to change the launcher to make it work, so for Xfce users:
sudo nano /usr/share/applications/makemkv-makemkv.desktopand change the following lines:
save, close, env-update and testExec=makemkv > Exec=mkvextTryExec=makemkv > TryExec=mkvext
^_^
The website is for MakeMKV is showing only Windows and Mac software. Do you have a link for the Linux version?
ReplyDelete