ffmate (latest)
Published 2026-07-30 09:19:00 +00:00 by karlk
Installation
docker pull git.dev.dorftv.at/karlk/ffmate:latestsha256:b2defb4f636c8b94f757c9cef2d1e9936842e65acb7e954d99038d0ad34f5836About this package
FFmate is a modern and powerful automation layer built on top of FFmpeg — designed to make video and audio transcoding simpler, smarter, and easier to integrate.
Image layers
| ADD alpine-minirootfs-3.22.1-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| LABEL org.opencontainers.image.source="https://github.com/welovemedia/ffmate" |
| LABEL org.opencontainers.image.description="FFmate is a modern and powerful automation layer built on top of FFmpeg — designed to make video and audio transcoding simpler, smarter, and easier to integrate." |
| LABEL org.opencontainers.image.licenses="AGPL-3.0" |
| WORKDIR /app |
| /bin/sh -c apk update && apk add --no-cache ffmpeg bash jq rclone |
| COPY file:7388a8a6245927e1e13718f29ae5789a6253f8df1f50e7087cc9475c82deda05 in /app/ffmate |
| ENV PORT=3000 DATABASE=/app/db/sqlite.db DEBUGO="info:?,warn:?,error:?" MAX_CONCURRENT_TASKS=3 IDENTIFIER= |
| EXPOSE ${PORT} |
| /bin/sh -c mkdir -p /app/db |
| CMD sh -c '/app/ffmate server --port="$PORT" --identifier="$IDENTIFIER" --debug="$DEBUGO" --database="$DATABASE" --max-concurrent-tasks="$MAX_CONCURRENT_TASKS"' |
Labels
| Key | Value |
|---|---|
| io.buildah.version | 1.39.3 |
| org.opencontainers.image.description | FFmate is a modern and powerful automation layer built on top of FFmpeg — designed to make video and audio transcoding simpler, smarter, and easier to integrate. |
| org.opencontainers.image.licenses | AGPL-3.0 |
| org.opencontainers.image.source | https://github.com/welovemedia/ffmate |