You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: