ffmpeg

Video conversion tool. More information: <https://ffmpeg.org>.

Debian Debian
RUN apt-get update && \ apt-get install -y ffmpeg
Ubuntu
RUN apt-get update && \ apt-get install -y ffmpeg
Alpine
RUN apk add ffmpeg
Arch Arch Linux
RUN pacman -S --noconfirm ffmpeg
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y ffmpeg
Raspbian
RUN apt-get update && \ apt-get install -y ffmpeg
click the source code to copy install ffmpeg on any operating system with command-not-found.com