Sign inSign up

d2dyno/ffmpeg-docker

By d2dyno

Updated about 7 years ago

A Docker image to easily get a statically built ffmpeg, with the latest version of all software.

Image
0

1.1K

d2dyno/ffmpeg-docker repository overview

An Ubuntu-based Docker image to easily get a statically built ffmpeg, with the latest version of all software. To integrate this into your images, use something like the following:

FROM d2dyno/ffmpeg-docker AS ffmpeg

FROM ubuntu:bionic

# Some other code here

COPY --from=ffmpeg /app/ffmpeg /usr/bin
COPY --from=ffmpeg /app/ffprobe /usr/bin

Versions used are as follows:

FDK-AAC: v2.0.0

FFMPEG : v4.1.3

fribidi: v1.0.5

harfbuzz: v2.4.0

LAME: v3.100

libass: v0.14.0

nasm: v2.14.02

OGG: v1.3.3

OpenSSL :v1.0.2s

OPUS: v1.3.1

VORBIS: v1.3.6

x264: last_x264

x265: v3.0

yasm: v1.3.0

ZIMG: v2.9

zlib: v1.2.11

FFMPEG is built with the following:

    --enable-ffplay \
    --enable-fontconfig \
    --enable-gpl \
    --enable-version3 \
    --enable-libass \
    --enable-libfribidi \
    --enable-libfdk-aac \
    --enable-libfreetype \
    --enable-libmp3lame \
    --enable-libopus \
    --enable-libvorbis \
    --enable-libx264 \
    --enable-libx265 \
    --enable-libzimg \
    --enable-nonfree \
    --enable-openssl

Tag summary

Content type

Image

Digest

Size

90.9 MB

Last updated

over 7 years ago

docker pull d2dyno/ffmpeg-docker