BtbN / FFmpeg-Builds

MIT License
6.97k stars 956 forks source link

svt-vp9 support #376

Closed yulin-li closed 1 month ago

yulin-li commented 1 month ago

Is it possible to add an optional svt-vp9 support?

BtbN commented 1 month ago

I don't think FFmpeg supports svt-vp9, does it?

yulin-li commented 1 month ago

I don't think FFmpeg supports svt-vp9, does it?

No, FFmpeg doesn't support it officially, but the svt-vp9 repo provides a patch so it could be built as a plugin.

https://github.com/OpenVisualCloud/SVT-VP9/blob/master/ffmpeg_plugin/README.md

BtbN commented 1 month ago

I don't support any third party patches to ffmpeg in this repo. Plus, maintaining them would be a pain, since ffmpeg is a rather moving target. So, unless you get the patch upstreamed, there can't be svt-vp9 support.