ffplay
A simple and portable media player using the FFmpeg libraries and the SDL library. More information: <https://ffmpeg.org/ffplay-all.html>.
RUN apt-get update && \
apt-get install -y ffmpeg
RUN apt-get update && \
apt-get install -y ffmpeg
RUN apk add ffmpeg
RUN pacman -S --noconfirm ffmpeg
RUN apt-get update && \
apt-get install -y ffmpeg
RUN apt-get update && \
apt-get install -y ffmpeg