mkvdts2ac3
mkvdts2ac3 copied to clipboard
FFmpeg unsupported in Ubuntu 14.04
FFmpeg was removed from official repos as of Ubuntu 14.04. I have successfully used the script by installing libav-tools and creating a symbolic link to ffmpeg:
sudo ln -s /usr/bin/avconv /usr/bin/ffmpeg
This worked flawlessly without any other tweaks, so maybe avconv should be included as an alternative to ffmpeg as it is a fork and should cover for the script scope.
+1