Examples of ffmpeg in Docker.
š¹ f3l1x.ioā | š» f3l1xā | š¦ @xf3l1xā
FROM jrottenberg/ffmpeg:7.1-scratch AS ffmpeg
FROM debian:bookworm-slim
ENV LD_LIBRARY_PATH=/usr/local/lib:/usr/local/lib64
RUN apt update && \
apt install -y YOUR_DEPS && \
apt clean -y && \
apt autoclean -y && \
apt autoremove -y && \
rm -rf /var/lib/apt/lists/* /var/lib/log/* /tmp/* /var/tmp/*
COPY --from=ffmpeg /bin/ffmpeg /bin/ffprobe /usr/local/bin/
COPY --from=ffmpeg /lib /lib
COPY --from=ffmpeg /share /share
COPY ./app /app
ENTRYPOINT ["/app"]
See how to contributeā to this package. Consider to supportā f3l1x. Thank you for using this package.
Content type
Image
Digest
sha256:1231d7b06ā¦
Size
93.6 MB
Last updated
about 1 month ago
docker pull dockette/ffmegapegPulls:
15
Last week