Some checks failed
Build FFmpeg Image / Build amd64 image (push) Has been cancelled
Remove arm32v7 and arm64 Dockerfiles (only need amd64 for jazz). Replace GitHub Actions multi-platform workflow with Gitea Actions workflow targeting Gitea container registry. Add CLAUDE.md project docs and update README for fork context. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
898 B
898 B
ErsatzTV FFmpeg
Custom FFmpeg Docker image for ErsatzTV. Forked from ErsatzTV/ErsatzTV-ffmpeg (archived upstream).
Built for amd64 only. Images are modified versions of those found at jrottenberg/ffmpeg and linuxserver/docker-ffmpeg.
What's included
FFmpeg 7.1.1 compiled from source with:
- NVIDIA: CUDA 11.4, NVENC/NVDEC/CUVID
- Intel QSV: oneVPL, iHD driver 25.1.4
- VAAPI/VDPAU/Vulkan: full hardware acceleration stack
- Codecs: x264, x265 4.1, AV1 (aom + dav1d), VP8/VP9, AAC (fdk-aac), Opus, and more
- Subtitles: libass, fontconfig, freetype, fribidi
- Dolby Vision: libdovi 2.2.0
Build
docker build -f images/linux/amd64/Dockerfile -t ersatztv-ffmpeg:7.1.1 .