Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/singhkays/docker-ffmpeg-av1-libaom

Weekly build of docker image with latest libaom AV1 + FFmpeg + x265 + VP9 +x264 + libvmaf
https://github.com/singhkays/docker-ffmpeg-av1-libaom

av1 av1-codec docker ffmpeg h264 hevc libaom transcoding vmaf vmaf-docker vp9 x264 x265

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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
```