{"id":13464044,"url":"https://github.com/jrottenberg/ffmpeg","last_synced_at":"2025-05-14T07:08:21.887Z","repository":{"id":20199926,"uuid":"23471285","full_name":"jrottenberg/ffmpeg","owner":"jrottenberg","description":"Docker build for FFmpeg on Ubuntu / Alpine / Centos / Scratch / nvidia / vaapi","archived":false,"fork":false,"pushed_at":"2025-04-07T04:18:58.000Z","size":1495,"stargazers_count":1519,"open_issues_count":122,"forks_count":470,"subscribers_count":49,"default_branch":"main","last_synced_at":"2025-05-12T11:14:15.593Z","etag":null,"topics":["alpine","centos","docker","ffmpeg","nvidia","scratch","ubuntu","vaapi"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/jrottenberg/ffmpeg/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jrottenberg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2014-08-29T17:05:20.000Z","updated_at":"2025-05-12T03:47:36.000Z","dependencies_parsed_at":"2023-12-18T14:04:00.762Z","dependency_job_id":"15038253-5236-496a-82ce-5b09ed0ee071","html_url":"https://github.com/jrottenberg/ffmpeg","commit_stats":{"total_commits":339,"total_committers":47,"mean_commits":7.212765957446808,"dds":0.6578171091445428,"last_synced_commit":"ed29923f882a39ded700c1223d1c64ea2b1ad9b5"},"previous_names":[],"tags_count":53,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrottenberg%2Fffmpeg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrottenberg%2Fffmpeg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrottenberg%2Fffmpeg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrottenberg%2Fffmpeg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jrottenberg","download_url":"https://codeload.github.com/jrottenberg/ffmpeg/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254050899,"owners_count":22006377,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["alpine","centos","docker","ffmpeg","nvidia","scratch","ubuntu","vaapi"],"created_at":"2024-07-31T14:00:32.738Z","updated_at":"2025-05-14T07:08:21.866Z","avatar_url":"https://github.com/jrottenberg.png","language":"Python","readme":"# FFmpeg Docker image\n\n[![Docker Stars](https://img.shields.io/docker/stars/jrottenberg/ffmpeg.svg?logo=docker\u0026style=plastic)](https://registry.hub.docker.com/v2/repositories/jrottenberg/ffmpeg/stars/count/)\n[![Docker pulls](https://img.shields.io/docker/pulls/jrottenberg/ffmpeg.svg?logo=docker\u0026style=plastic)](https://registry.hub.docker.com/v2/repositories/jrottenberg/ffmpeg/)\n[![Docker Automated build](https://img.shields.io/docker/automated/jrottenberg/ffmpeg.svg?logo=docker)](https://hub.docker.com/r/jrottenberg/ffmpeg/tags)\n[![Github Container Registry Images](https://img.shields.io/badge/images-automated-blue?logo=github\u0026style=plastic)](https://github.com/jrottenberg/ffmpeg/pkgs/container/ffmpeg)\n[![gitlab pipeline status](https://gitlab.com/jrottenberg/ffmpeg/badges/main/pipeline.svg)](https://gitlab.com/jrottenberg/ffmpeg/commits/main)\n[![Azure Build Status](https://dev.azure.com/video-tools/ffmpeg/_apis/build/status/jrottenberg.ffmpeg)](https://dev.azure.com/video-tools/ffmpeg/_build/latest?definitionId=1)\n\n\nThis project prepares a minimalist Docker image with FFmpeg. It compiles FFmpeg from sources following instructions from the [Compilation Guide](https://trac.ffmpeg.org/wiki/CompilationGuide).\n\nYou can install the latest build of this image by running `docker pull jrottenberg/ffmpeg:${VERSION}-${VARIANT}` or `docker pull ghcr.io/jrottenberg/ffmpeg:${VERSION}-${VARIANT}`.\n\nThis image can be used as a base for an encoding farm.\n\n## Builds / Avaliabvle Docker Containers\n\nThere are different builds available:\nBelow is a table that provides examples for the nomenclature:\n\n`ffmpeg-\u003cversion\u003e-\u003cos variant and version\u003e`\n\n| image name | OS ver | ffmpeg ver | variant | description\n| --- | --- | --- | --- | --- |\n| ffmpeg-7.1-ubuntu2404 | 24.04 | 6.x - 7.x | [ubuntu](https://releases.ubuntu.com/) | external libraries are installed from os packages, and ffmpeg is built from source. See [Ubuntu Compilation Guide](https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu) for details on this. |\n| ffmpeg-7.1-ubuntu2404-edge | 24.04 | 6.x - 7.x | [ubuntu](https://releases.ubuntu.com/) | libs and ffmpeg are built from source. See [Ubuntu Compilation Guide](https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu) for details on this. |\n| ffmpeg-7.1-vaapi2404 | 24.04 | 6.x - 7.x | [ubuntu](https://releases.ubuntu.com/) | like: `ubuntu2404` but enables: [Video Acceleration API (VAAPI)](https://trac.ffmpeg.org/wiki/HWAccelIntro#VAAPI) in ffmpeg |\n| ffmpeg-7.1-nvidia2204-edge | 22.04 | 6.x - 7.x | [ubuntu](https://releases.ubuntu.com/) | Built w/ [NVIDIA's hardware-accelerated encoding and decoding APIs](https://trac.ffmpeg.org/wiki/HWAccelIntro#CUDANVENCNVDEC) enabled |\n| ffmpeg-7.1-alpine320 | 3.20 | 6.x - 7.x | [alpine](https://alpinelinux.org/releases/) | vendor libs, but ffmpeg is built from source |\n| ffmpeg-7.1-scratch | 3.20 | 6.x - 7.x | [alpine](https://alpinelinux.org/releases/) | vendor libs, and ffmpeg are built from source. Also we make the distro as small as possible by not installing any packages in base and striping symbols of installed libs |\n\nffmpeg `\u003cversion\u003e` can be one of the following: `6.1`, `7.0`, `7.1` with the above table.\n\nNote: The current versions of ffmpeg supported are  anything newer than 3 years old and not exceeded the end-of-life\n\n\n\u003cdetails\u003e\u003csummary\u003eHere are some additional older builds\u003c/summary\u003e\n\n- alpine based images `ffmpeg:\u003cversion\u003e-alpine` or `ffmpeg:\u003cversion\u003e-alpine313`  (old versions with `ffmpeg:\u003cversion\u003e-alpine312` , `ffmpeg:\u003cversion\u003e-alpine311`)\n  - alpine based scratch images `ffmpeg:\u003cversion\u003e-scratch` or `ffmpeg:\u003cversion\u003e-scratch313`   (old versions with `ffmpeg:\u003cversion\u003e-scratch312` , `ffmpeg:\u003cversion\u003e-scratch311`)\n- ubuntu based images `ffmpeg:\u003cversion\u003e-ubuntu` or `ffmpeg:\u003cversion\u003e-ubuntu2004` (old versions with `ffmpeg:\u003cversion\u003e-ubuntu1804` , `ffmpeg:\u003cversion\u003e-ubuntu1604`)\n  - ubuntu based nvidia images `ffmpeg:\u003cversion\u003e-nvidia` or `ffmpeg:\u003cversion\u003e-nvidia2004` (old versions with `ffmpeg:\u003cversion\u003e-nvidia1804`, `ffmpeg:\u003cversion\u003e-nvidia1604`)\n  - ubuntu based vaapi images `ffmpeg:\u003cversion\u003e-vaapi1804` or `ffmpeg:\u003cversion\u003e-vaapi2004` (old versions with `ffmpeg:\u003cversion\u003e-vaapi1804`, `ffmpeg:\u003cversion\u003e-nvidia1604`)\n\n\u003c/details\u003e\n\n### Philosophy behind the different builds\n\n**ubuntu2404**\nWe chose Ubuntu 24.04 because it is the LTS ( Long Term Support ) build of Ubuntu.\nWe used the ffmpeg support libraries from the Ubuntu distrobution where possible. Example: we use 'libx264-dev' as the package to install. We do not tie it to a version. This way when its time to update from 24.04 to 26.04 we can simply update the base Docker template for ubuntu. This will make updating the OS easier as time goes on.\n\n**ubuntu2404-edge**\nThis image is just like the above `ubuntu2404` container image, except we build all of the ffmpeg support libraries. This is in the spirit of the original intent of this project `jrottenberg/ffmpeg` alltogether. Building everything that ffmpeg needs, and ffmpeg itself from source. This gives us the most control over all of the details of release. The drawback of this is that its much harder to keep updated. The thought process of having both 'Ubuntu-2404' and 'Ubuntu-2404-edge' is that it makes updating the OS easier over time.\n\n**vaapi2404**\n This release is like also `ubuntu2404` but enables: [Video Acceleration API (VAAPI)](https://trac.ffmpeg.org/wiki/HWAccelIntro#VAAPI) when building ffmpeg\n\n**nvidia2204-edge**\n This release is like also `ubuntu2404` but enables: [NVIDIA's hardware-accelerated encoding and decoding APIs](https://trac.ffmpeg.org/wiki/HWAccelIntro#CUDANVENCNVDEC) enabled\n\n**alpine320**\n[alpine](https://alpinelinux.org/releases/) uses the os vendor libs, but ffmpeg is built from source.\n\n**scratch**\nScratch is also an [alpine](https://alpinelinux.org/releases/) image. We build the vendor libs, and ffmpeg from source. Also we make the distro as small as possible by not installing any packages in base and striping symbols of installed libs.\n\n### Generate list of recent Docker Container Images\n\nYou can use the following command to generate a list of current images:\n```bash\n$ python3 -mvenv .venv\n$ source .venv/bin/activate\n$ pip install requests\n$ python3 ./generate-list-of-recent-images.py \u003e list_of_recent_images.txt\n$ deactivate\n$ rm -rf .venv\n$ less list_of_recent_images.txt\n```\n\nIf you want to compare the one you have locally, use the following command:\n```bash\n$ docker images | grep ffmpeg | sort | awk '{print $1 \":\" $2 \"\\t\" $7 $8}'\n```\n\nPlease use [Github issues](https://github.com/jrottenberg/ffmpeg/issues/new) to report any bug or missing feature.\n\n## Test\n\n```bash\nffmpeg version N-98740-ga72d529 Copyright (c) 2000-2020 the FFmpeg developers\n  built with gcc 7 (Ubuntu 7.5.0-3ubuntu1~18.04)\n  configuration: --disable-debug --disable-doc --disable-ffplay --enable-shared --enable-avresample --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-gpl --enable-libass --enable-fontconfig --enable-libfreetype --enable-libvidstab --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libxcb --enable-libx265 --enable-libxvid --enable-libx264 --enable-nonfree --enable-openssl --enable-libfdk_aac --enable-postproc --enable-small --enable-version3 --enable-libbluray --enable-libzmq --extra-libs=-ldl --prefix=/opt/ffmpeg --enable-libopenjpeg --enable-libkvazaar --enable-libaom --extra-libs=-lpthread --enable-libsrt --enable-libaribb24 --enable-vaapi --extra-cflags=-I/opt/ffmpeg/include --extra-ldflags=-L/opt/ffmpeg/lib\n  libavutil      56. 58.100 / 56. 58.100\n  libavcodec     58.100.100 / 58.100.100\n  libavformat    58. 51.100 / 58. 51.100\n  libavdevice    58. 11.101 / 58. 11.101\n  libavfilter     7. 87.100 /  7. 87.100\n  libavresample   4.  0.  0 /  4.  0.  0\n  libswscale      5.  8.100 /  5.  8.100\n  libswresample   3.  8.100 /  3.  8.100\n  libpostproc    55.  8.100 / 55.  8.100\n\n  configuration:\n    --disable-debug\n    --disable-doc\n    --disable-ffplay\n    --enable-shared\n    --enable-avresample\n    --enable-libopencore-amrnb\n    --enable-libopencore-amrwb\n    --enable-gpl\n    --enable-libass\n    --enable-fontconfig\n    --enable-libfreetype\n    --enable-libvidstab\n    --enable-libmp3lame\n    --enable-libopus\n    --enable-libtheora\n    --enable-libvorbis\n    --enable-libvpx\n    --enable-libwebp\n    --enable-libxcb\n    --enable-libx265\n    --enable-libxvid\n    --enable-libx264\n    --enable-nonfree\n    --enable-openssl\n    --enable-libfdk_aac\n    --enable-postproc\n    --enable-small\n    --enable-version3\n    --enable-libbluray\n    --enable-libzmq\n    --extra-libs=-ldl\n    --prefix=/opt/ffmpeg\n    --enable-libopenjpeg\n    --enable-libkvazaar\n    --enable-libaom\n    --extra-libs=-lpthread\n    --enable-libsrt\n    --enable-libaribb24\n    --enable-vaapi\n    --extra-cflags=-I/opt/ffmpeg/include\n    --extra-ldflags=-L/opt/ffmpeg/lib\n```\n\nCapture output from the container to the host running the command\n\n```bash\n docker run jrottenberg/ffmpeg:4.4-alpine \\\n            -i http://url/to/media.mp4 \\\n            -stats \\\n            $ffmpeg_options  - \u003e out.mp4\n```\n\n### Examples\n\n#### Extract 5s @00:49:42 into a GIF\n\n```bash\n docker run jrottenberg/ffmpeg:4.4-alpine -stats  \\\n        -i http://archive.org/download/thethreeagesbusterkeaton/Buster.Keaton.The.Three.Ages.ogv \\\n        -loop 0  \\\n        -final_delay 500 -c:v gif -f gif -ss 00:49:42 -t 5 - \u003e trow_ball.gif\n```\n\n#### Convert 10bits MKV into a 10Bits MP4\n\n```bash\n docker run -v $(pwd):$(pwd) -w $(pwd) jrottenberg/ffmpeg:4.4-scratch \\\n        -stats \\\n        -i http://www.jell.yfish.us/media/jellyfish-20-mbps-hd-hevc-10bit.mkv \\\n        -c:v libx265 -pix_fmt yuv420p10 \\\n        -t 5 -f mp4 test.mp4\n```\n\nThe image has been compiled with [X265 Multilib](https://x265.readthedocs.io/en/default/api.html#multi-library-interface).\nUse the pixel format switch to change the number of bits per pixel by suffixing it with 10 for 10bits or 12 for 12bits.\n\n#### Convert a local GIF into a mp4\n\nLet's assume ```original.gif``` is located in the current directory :\n\n```bash\n docker run -v $(pwd):$(pwd) -w $(pwd)\\\n        jrottenberg/ffmpeg:4.4-scratch -stats \\\n        -i original.gif \\\n        original-converted.mp4\n```\n\n#### Use ZeroMQ to toggle filter value on-fly\n\nLet's start some process continuously writing some radio music, and listen it:\n\n```bash\ndocker run --rm -d -v $(pwd):$(pwd) -w $(pwd) -p 11235:11235 \\\n        --name radio-writer jrottenberg/ffmpeg:4.4-alpine \\\n        -i http://radio.casse-tete.solutions/salut-radio-64.mp3 \\\n        -filter_complex '[0:a]volume@vol=1,azmq=bind_address=tcp\\\\\\://0.0.0.0\\\\\\:11235[out]' \\\n        -map '[out]' ./salut-radio.mp3\n\ndocker run -it -v $(pwd):$(pwd) -w $(pwd) --entrypoint=ffprobe jrottenberg/ffmpeg:4.4-alpine -v quiet  -show_streams salut-radio.mp3\n```\n\nNow, just toggle its volume on-fly, and hear how it changes:\n\n```bash\ndocker run --rm --network=host --entrypoint sh jrottenberg/ffmpeg:4.4-ubuntu -c \\\n        'echo \"volume@vol volume 2\" | zmqsend -b tcp://127.0.0.1:11235'\n```\n\n#### Send a stream over SRT\n\nLet's send `video.mp4` to srt-listener on port 9000 over SRT protocol.\n\n```bash\ndocker run -v $(pwd):$(pwd) jrottenberg/ffmpeg:4.4-centos \\\n       -re -i $(pwd)/video.mp4 -acodec copy -vcodec copy -f mpegts srt://srt-listener:9000?pkt_size=1316\n```\n\n#### Use hardware acceleration enabled build\n\nThanks to [qmfrederik](https://github.com/qmfrederik) for the [vaapi ubuntu based variant](https://github.com/jrottenberg/ffmpeg/pull/106)\n\n jrottenberg/ffmpeg:vaapi or jrottenberg/ffmpeg:${VERSION}-vaapi\n\n- Run the container with the device attached /dev/dri from your host into the container :\n\n`docker run --device /dev/dri:/dev/dri -v $(pwd):$(pwd) -w $(pwd) jrottenberg/ffmpeg:4.4-vaapi [...]`\n\n- Have the Intel drivers up and running on your host. You can run `vainfo` (part of vainfo package on Ubuntu) to determine whether your graphics card has been recognized correctly.\n- Run ffmpeg with the correct parameters, this is the same as when running [ffmpeg natively](https://trac.ffmpeg.org/wiki/Hardware/VAAPI).\n\n#### Use nvidia hardware acceleration enabled build\n\nThanks to [ShaulMyplay](https://github.com/ShaulMyplay) for the [nvidia based variant](https://github.com/jrottenberg/ffmpeg/pull/168)\n\nSupports nvenc only on all ffmpeg versions, and hardware decoding and scaling on ffmpeg \u003e= 4.0\n\n- Install nvidia latest drivers on host machine.\n- Install [nvidia-docker](https://github.com/NVIDIA/nvidia-docker) on host machine.\n- Run container using \"--runtime=nvidia\" flag and use supported [ffmpeg hwaccel options](https://trac.ffmpeg.org/wiki/HWAccelIntro)\n\nHardware encoding only example:\n\n`docker run --runtime=nvidia jrottenberg/ffmpeg:4.4-nvidia -i INPUT -c:v nvenc_h264 -preset hq OUTPUT`\nFull hardware acceleration example:\n`docker run --runtime=nvidia jrottenberg/ffmpeg:4.4-nvidia -hwaccel cuvid -c:v h264_cuvid -i INPUT -vf scale_npp=-1:720 -c:v h264_nvenc -preset slow OUTPUT`\n\n##### See what's inside the beast\n\n```bash\ndocker run -it --entrypoint='bash' jrottenberg/ffmpeg:7.1-ubuntu2404\nfor i in ogg amr vorbis theora mp3lame opus vpx xvid fdk x264 x265;do echo $i; find /usr/local/ -name *$i*;done\n```\nLibs are in `/lib` in alpine.\n```bash\ndocker run -it --entrypoint='sh' jrottenberg/ffmpeg:7.1-alpine320\nfor i in ogg amr vorbis theora mp3lame opus vpx xvid fdk x264 x265;do echo $i; find /lib/ -name *$i*;done\n```\n\n\n## FFMPEG Supported Libraries\nThe following libraries are used by FFMPEG. The version number and release date are provided along with the license information.\nThese version numbers are for the lib source builds, which are 'ubuntu2404-edge' and 'foo'.\nThese libs are included in the package images as well, but the version numbers might vary slightly.\n| Libraries | Version | Release Date | License |\n|-----------|---------|--------------|---------|\n| [ffmpeg](http://ffmpeg.org/) | [7.1](http://ffmpeg.org/releases/) |  | [GNU Lesser General Public License (LGPL) version 2.1](https://ffmpeg.org/legal.html)|\n| [libogg](https://www.xiph.org/ogg/) | [1.3.4](https://xiph.org/downloads/) | 08-2019 | [BSD-style license](https://git.xiph.org/?p=mirrors/ogg.git;a=blob_plain;f=COPYING;hb=HEAD)|\n| [libopencore-amr](https://sourceforge.net/projects/opencore-amr/) | [0.1.6](https://sourceforge.net/projects/opencore-amr/files/opencore-amr/) | 08-2022 | [Apache License](https://sourceforge.net/p/opencore-amr/code/ci/master/tree/LICENSE)|\n\n\nSee `generate-source-of-truth-ffmpeg-versions.py` to update a version\n\n## FFMPEG Supported Libraries\nThe following libraries are used by FFMPEG. The version number and release date are provided along with the license information.\nThese version numbers are for the lib source builds, which are 'ubuntu2404-edge' and 'foo'.\nThese libs are included in the package images as well, but the version numbers might vary slightly.\n\n| Libraries | Version | Release Date | Download Source | Checksum | License |\n|-----------|---------|--------------|------------ | --- | ---------|\n| [libopencore-amr](https://sourceforge.net/projects/opencore-amr/) | [0.1.6](https://sourceforge.net/projects/opencore-amr/files/opencore-amr/) | 2022-08-01 | [opencore-amr-0.1.6.tar.gz](https://sourceforge.net/projects/opencore-amr/files/opencore-amr/opencore-amr-0.1.6.tar.gz) | No | [Apache License](https://sourceforge.net/p/opencore-amr/code/ci/master/tree/LICENSE) |\n| [libx264](https://www.videolan.org/developers/x264.html) | [20191217-2245-stable](https://download.videolan.org/pub/videolan/x264/snapshots/) | 2019-12-17 | [x264-snapshot-20191217-2245-stable.tar.bz2](https://download.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-20191217-2245-stable.tar.bz2) | No | [GNU General Public License (GPL) version 2](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html) |\n| [libx265](http://x265.org/) | [4.0](http://ftp.videolan.org/pub/videolan/x265/) | 2024-09-13 | [x265_4.0.tar.gz](http://ftp.videolan.org/pub/videolan/x265/x265_4.0.tar.gz) | No | [GNU General Public License (GPL) version 2](https://bitbucket.org/multicoreware/x265/raw/f8ae7afc1f61ed0db3b2f23f5d581706fe6ed677/COPYING) |\n| [libogg](https://www.xiph.org/ogg/) | [1.3.5](https://xiph.org/downloads/) | 2021-06-04 | [libogg-1.3.5.tar.gz](https://downloads.xiph.org/releases/ogg/libogg-1.3.5.tar.gz) | No | [BSD-style license](https://git.xiph.org/?p=mirrors/ogg.git;a=blob_plain;f=COPYING;hb=HEAD) |\n| [libopus](https://www.opus-codec.org/) | [1.5.2](https://www.opus-codec.org/downloads/) | 2024-04-12 | [opus-1.5.2.tar.gz](https://github.com/xiph/opus/releases/download/v1.5.2/opus-1.5.2.tar.gz) | Yes | [BSD-style license](https://www.xiph.org/licenses/bsd/) |\n| [libvorbis](https://xiph.org/vorbis/) | [1.3.7](https://xiph.org/downloads/) | 2020-07-04 | [libvorbis-1.3.7.tar.gz](http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.7.tar.gz) | Yes | [BSD-style license](https://www.xiph.org/licenses/bsd/) |\n| [libvpx](https://www.webmproject.org/code/) | [1.14.1](https://chromium.googlesource.com/webm/libvpx.git/) | 2024-05-30 |  | No | [BSD-style license](https://github.com/webmproject/libvpx/blob/master/LICENSE) |\n| [libwebp](https://developers.google.com/speed/webp/) | [1.4.0](https://storage.googleapis.com/downloads.webmproject.org/releases/webp/index.html) | 2024-04-13 | [libwebp-1.4.0.tar.gz](https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-1.4.0.tar.gz) | No | [BSD-style license](https://github.com/webmproject/libvpx/blob/master/LICENSE) |\n| [libmp3lame](http://lame.sourceforge.net/) | [3.100](http://lame.sourceforge.net/download.php) | 2017-10-13 | [lame-3.100.tar.gz](https://sourceforge.net/projects/lame/files/lame/3.100/lame-3.100.tar.gz) | No | [GNU Lesser General Public License (LGPL) version 2.1](http://lame.cvs.sourceforge.net/viewvc/lame/lame/LICENSE?revision=1.9) |\n| [libxvid](https://www.xvid.com/) | [1.3.7](https://labs.xvid.com/source/) | 2019 | [xvidcore-1.3.7.tar.gz](https://downloads.xvid.com/downloads/xvidcore-1.3.7.tar.gz) | No | [GNU General Public Licence (GPL) version 2](http://websvn.xvid.org/cvs/viewvc.cgi/trunk/xvidcore/LICENSE?revision=851) |\n| [libfdk-aac](https://github.com/mstorsjo/fdk-aac) | [2.0.3](https://github.com/mstorsjo/fdk-aac/tags) | 2023-12-21 | [fdk-aac-2.0.3.tar.gz](https://github.com/mstorsjo/fdk-aac/archive/refs/tags/v2.0.3.tar.gz) | No | [Liberal but not a license of patented technologies](https://github.com/mstorsjo/fdk-aac/blob/master/NOTICE) |\n| [openjpeg](https://github.com/uclouvain/openjpeg) | [2.5.2](https://github.com/uclouvain/openjpeg/releases) | 2024-02-28 | [openjpeg-2.5.2.tar.gz](https://github.com/uclouvain/openjpeg/archive/refs/tags/v2.5.2.tar.gz) | No | [BSD-style license](https://github.com/uclouvain/openjpeg/blob/master/LICENSE) |\n| [freetype](https://www.freetype.org/) | [2.13.3](http://download.savannah.gnu.org/releases/freetype/) | 2024-08-12 | [freetype-2.13.3.tar.gz](http://download.savannah.gnu.org/releases/freetype/freetype-2.13.3.tar.gz) | No | [GNU General Public License (GPL) version 2](https://www.freetype.org/license.html) |\n| [libvidstab](https://github.com/georgmartius/vid.stab) | [1.1.1](https://github.com/georgmartius/vid.stab/tags) | 2022-05-30 | [vid.stab-1.1.1.tar.gz](https://github.com/georgmartius/vid.stab/archive/v1.1.1.tar.gz) | No | [GNU General Public License (GPL) version 2](https://github.com/georgmartius/vid.stab/blob/master/LICENSE) |\n| [fontconfig](https://www.freedesktop.org/wiki/Software/fontconfig/) | [2.15.0](https://www.freedesktop.org/software/fontconfig/release/) | 2023-12-22 | [fontconfig-2.15.0.tar.gz](https://www.freedesktop.org/software/fontconfig/release/fontconfig-2.15.0.tar.gz) | No | []() |\n| [kvazaar](https://github.com/ultravideo/kvazaar) | [2.3.1](https://github.com/ultravideo/kvazaar/releases) | 2024-04-10 | [kvazaar-2.3.1.tar.gz](https://github.com/ultravideo/kvazaar/releases/download/v2.3.1/kvazaar-2.3.1.tar.gz) | No | [BSD 3-Clause](https://github.com/ultravideo/kvazaar/blob/master/LICENSE`) |\n| [aom](https://aomedia.googlesource.com/aom) | [3.10.0](https://aomedia.googlesource.com/aom/+refs) | 2024-08-01 |  | No | [Alliance for Open Media](https://aomedia.org/license/software-license/) |\n| [nvidia-codec-headers](https://github.com/FFmpeg/nv-codec-headers) | [12.2.72.0]() | 2024-03-31 | [nv-codec-headers-12.2.72.0.tar.gz](https://github.com/FFmpeg/nv-codec-headers/releases/download/n12.2.72.0/nv-codec-headers-12.2.72.0.tar.gz) | No | []() |\n| [libsvtav1](https://gitlab.com/AOMediaCodec/SVT-AV1) | [2.2.1](https://gitlab.com/AOMediaCodec/SVT-AV1/-/tags) | 2024-08-01 | [SVT-AV1-v2.2.1.tar.gz](https://gitlab.com/AOMediaCodec/SVT-AV1/-/archive/v2.2.1/SVT-AV1-v2.2.1.tar.gz) | No | [BSD 3-Clause Clear License](https://gitlab.com/AOMediaCodec/SVT-AV1/-/blob/master/LICENSE.md?ref_type=heads) |\n| [xproto](https://www.x.org/releases/individual/proto/) | [7.0.31](https://www.x.org/releases/individual/proto/) | 2016-09-23 | [xproto-7.0.31.tar.gz](https://www.x.org/releases/individual/proto/xproto-7.0.31.tar.gz) | No | [The MIT License](https://opensource.org/licenses/MIT) |\n| [libpthread-stubs](https://www.x.org/releases/individual/lib/) | [0.5](https://www.x.org/releases/individual/lib/) | 2023-07-18 | [libpthread-stubs-0.5.tar.xz](https://www.x.org/releases/individual/lib/libpthread-stubs-0.5.tar.xz) | No | [The MIT License](https://opensource.org/licenses/MIT) |\n| [libbluray](https://www.videolan.org/developers/libbluray.html) | [1.3.4](https://download.videolan.org/pub/videolan/libbluray/) | 2022-11-26 | [libbluray-1.3.4.tar.bz2](https://download.videolan.org/pub/videolan/libbluray/1.3.4/libbluray-1.3.4.tar.bz2) | No | [GNU General Public License (GPL) version 2](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html) |\n| [libzmq](https://github.com/zeromq/libzmq/) | [4.3.5](https://github.com/zeromq/libzmq/releases/) | 2023-10-9 | [zeromq-4.3.5.tar.gz](https://github.com/zeromq/libzmq/releases/download/v4.3.5/zeromq-4.3.5.tar.gz) | No | [Mozilla Public License (MPL) version 2.0](https://github.com/zeromq/libzmq/blob/v4.3.5/LICENSE) |\n| [libaribb24](https://github.com/nkoriyama/aribb24/) | [1.0.3](https://github.com/nkoriyama/aribb24/releases) | 2014-08-18 | [aribb24-v1.0.3.tar.gz](https://github.com/nkoriyama/aribb24/archive/refs/tags/v1.0.3.tar.gz) | No | [GNU Lesser General Public License (LGPL) version 2.1 or newer](https://github.com/nkoriyama/aribb24/issues/9) |\n| [zimg](https://github.com/sekrit-twc/zimg) | [3.0.5](https://github.com/sekrit-twc/zimg/releases) | 2023-6-30 | [zimg-3.0.5.tar.gz](https://github.com/sekrit-twc/zimg/archive/refs/tags/release-3.0.5.tar.gz) | No | [WTFPL](https://github.com/sekrit-twc/zimg?tab=WTFPL-1-ov-file) |\n| [libtheora](https://xiph.org/downloads/) | [1.1.1](https://xiph.org/downloads/) | 2010-01-25 | [libtheora-1.1.1.tar.gz](https://downloads.xiph.org/releases/theora/libtheora-1.1.1.tar.gz) | No | [BSD-style license](https://git.xiph.org/?p=mirrors/theora.git;a=blob_plain;f=COPYING;hb=HEAD) |\n| [libsrt](https://github.com/Haivision/srt) | [1.5.3](https://github.com/Haivision/srt/releases/) | 2023-09-07 | [srt-v1.5.3.tar.gz](https://github.com/Haivision/srt/archive/refs/tags/v1.5.3.tar.gz) | No | [Mozilla Public License (MPL) version 2.0](https://github.com/Haivision/srt/blob/master/LICENSE) |\n| [libvmaf](https://github.com/Netflix/vmaf) | [3.0.0](https://github.com/Netflix/vmaf/releases) | 2023-12-07 | [vmaf-v3.0.0.tar.gz](https://github.com/Netflix/vmaf/archive/refs/tags/v3.0.0.tar.gz) | No | [BSD-2-Clause](https://github.com/Netflix/vmaf/blob/master/LICENSE) |\n| [ffmpeg-7.1](http://ffmpeg.org/) | [7.1](http://ffmpeg.org/releases/) | 2024-09-30 | [ffmpeg-7.1.tar.bz2](https://ffmpeg.org/releases/ffmpeg-7.1.tar.bz2) | No | [GNU Lesser General Public License (LGPL) version 2.1](https://ffmpeg.org/legal.html) |\n| [ffmpeg-7.0](http://ffmpeg.org/) | [7.0](http://ffmpeg.org/releases/) | 2024-04-05 | [ffmpeg-7.0.tar.bz2](https://ffmpeg.org/releases/ffmpeg-7.0.tar.bz2) | No | [GNU Lesser General Public License (LGPL) version 2.1](https://ffmpeg.org/legal.html) |\n| [ffmpeg-6.1](http://ffmpeg.org/) | [6.1](http://ffmpeg.org/releases/) | 2023-11-11 | [ffmpeg-6.1.tar.bz2](https://ffmpeg.org/releases/ffmpeg-6.1.tar.bz2) | No | [GNU Lesser General Public License (LGPL) version 2.1](https://ffmpeg.org/legal.html) |\n\n\n\n## Contribute\n\nSee [the contributing guide](CONTRIBUTING.md)\n\n\n\n## Legal\n\nThose docker images use code of \u003ca href=http://ffmpeg.org\u003eFFmpeg\u003c/a\u003e licensed under the \u003ca href=http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html\u003eLGPLv2.1\u003c/a\u003e and their source can be downloaded on \u003ca href=https://github.com/jrottenberg/ffmpeg\u003egithub.com/jrottenberg/ffmpeg\u003c/a\u003e.\n","funding_links":[],"categories":["Dockerfile","HarmonyOS","Python","docker","ubuntu","Video Encoding, Transcoding \u0026 Packaging Tools"],"sub_categories":["Windows Manager","Containerization \u0026 Packaging Tools"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjrottenberg%2Fffmpeg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjrottenberg%2Fffmpeg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjrottenberg%2Fffmpeg/lists"}