Install ffmpeg
FFMpeg installation¶
Linux¶
Most distributions offers ffmpeg in their repositories. If you're not happy with their version, use a static build instead.
Distribution based¶
Ubuntu flavors:
$ sudo apt install ffmpeg
Static builds¶
For linux, you can easily download ffmpeg/ffprobe statically compiled binaries at
Travis/CI notes¶
As an example look to the travis install script.