Files
ffmpeg_build/README.md
Jan Stabenow 82a2e97175 Add ff v5.1.2
2022-11-04 00:55:10 +01:00

2.1 KiB

FFmpeg Base

FFmpeg base image for datarhei/core.

Branch: 5.1

Config:

--enable-libv4l2
--enable-libfreetype
--enable-libsrt
--enable-libx264
--enable-libx265
--enable-libvpx
--enable-libmp3lame
--enable-libopus
--enable-libvorbis

Additional informations can be found in the Dockerfiles.

Patches:

  • JSON-Stats (expands progress data per file in json format)
  • HLS Bitrate (calculates bitrate estimate for HLS master playlist)

Images and Plattforms:

Dockerimage OS Plattform GPU
docker.io/datarhei/base:alpine-ffmpeg-5.1.2 Alpine 3.16 linux/amd64, linux/arm64, linux/arm/v7 -
docker.io/datarhei/base:alpine-ffmpeg-rpi-5.1.2 Alpine 3.16 Raspberry Pi (linux/arm/v7, linux/arm64) MMAL/OMX/V4L2-M2M (32bit), V4L2-M2M (64bit)
docker.io/datarhei/base:alpine-ffmpeg-vaapi-5.1.2 Alpine 3.16 linux/amd64 Intel VAAPI
docker.io/datarhei/base:ubuntu-ffmpeg-cuda-5.1.2 Ubuntu 20.03 linux/amd64 Nvidia Cuda

More tags: https://hub.docker.com/repository/docker/datarhei/base/general

Build & test

$ git clone github.com/datarhei/ffmpeg
$ ./Build.sh {arg} 

Args:

  • default (alpine-ffmpeg-latest)
  • rpi (alpine-ffmpeg-rpi-latest)
  • vaapi (alpine-ffmpeg-vaapi-latest)
  • cuda (ubuntu-ffmpeg-cuda-latest)

Known problems:

The libraries are currently not compiled due to errors caused by Docker virtualisation.

Feature requests:

Please create an issue with your use case and all the requirements.

Licence

LGPL-licensed with optional components licensed under GPL. Please refer to the LICENSE file for detailed information.