singhkays / docker-ffmpeg-av1-libaom

Weekly build of docker image with latest libaom AV1 + FFmpeg + x265 + VP9 +x264 + libvmaf

Home Page:https://www.singhkays.com/blog/docker-image-av1-ffmpeg-libaom/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-ffmpeg-av1-libaom

Adapted from https://hub.docker.com/r/offbytwo/ffmpeg

Latest build of ffmpeg with latest build of AV1 built from libaom source @ https://aomedia.googlesource.com/aom/+/refs/heads/master. This also includes many common audio and video codecs, including HEVC/VP9/H.264.

Netflix's libvmaf support is also compiled in for running metrics on transcoded video.

Usage

It's best to make another docker container and copy the contents of /opt/ffmpeg from this container to your new container. This will make for a much smaller image. But you can also run it directly with

docker run -it singhkays/ffmpeg-av1-libaom

About

Weekly build of docker image with latest libaom AV1 + FFmpeg + x265 + VP9 +x264 + libvmaf

https://www.singhkays.com/blog/docker-image-av1-ffmpeg-libaom/


Languages

Language:Dockerfile 100.0%