Installing FFMPEG from source on Ubuntu 14.0.4
Replace paths with where you like, but make sure you change also in my guide! #go to opt folder, make directories, make directories if not exits $cd /opt/dev-tools-sources $mkdir ffmpeg $cd ffmpeg #make build and bin directories $mkdir build $mkdir bin #clone the repo $git clone https://github.com/FFmpeg/FFmpeg.git source #go to…