Timothy d96d3a8c87
All checks were successful
Build FFmpeg Image / Build amd64 image (push) Successful in 54m4s
Fix buildx push to HTTP registry via buildkitd config
2026-02-28 20:47:36 +00:00
2026-02-27 00:16:03 +01:00
2022-12-31 12:59:06 -06:00

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 .
Description
Custom FFmpeg Docker image for ErsatzTV (forked from ErsatzTV/ErsatzTV-ffmpeg)
Readme GPL-3.0 112 KiB
Languages
Dockerfile 100%