Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/singhkays/docker-ffmpeg-av1-libaom
- Owner: singhkays
- Created: 2019-09-18T21:56:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-03T22:32:53.000Z (about 5 years ago)
- Last Synced: 2024-08-01T20:51:21.607Z (6 months ago)
- Topics: av1, av1-codec, docker, ffmpeg, h264, hevc, libaom, transcoding, vmaf, vmaf-docker, vp9, x264, x265
- Language: Dockerfile
- Homepage: https://www.singhkays.com/blog/docker-image-av1-ffmpeg-libaom/
- Size: 21.5 KB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-ffmpeg-av1-libaom
Adapted from https://hub.docker.com/r/offbytwo/ffmpegLatest 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
```