Sign inSign up

dockette/ffmegapeg

Sponsored OSS

By dockette

•Updated about 1 month ago

Image
0

6.3K

dockette/ffmegapeg repository overview

⁠Dockette / FFMEGAPEG

Examples of ffmpeg in Docker.

GitHub Actions Docker Hub pulls GitHub Sponsors Support/Discussions

šŸ•¹ f3l1x.io⁠ | šŸ’» f3l1x⁠ | 🐦 @xf3l1x⁠


⁠Usage

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"]

⁠Maintenance

See how to contribute⁠ to this package. Consider to support⁠ f3l1x. Thank you for using this package.

Tag summary

Content type

Image

Digest

sha256:1231d7b06…

Size

93.6 MB

Last updated

about 1 month ago

docker pull dockette/ffmegapeg

This week's pulls

Pulls:

15

Last week