FFmpeg SVT-AV1 (libsvtav1) is an encoder originally developed by Intel in collaboration with Netflix. In 2020, SVT-AV1 was adopted by AOMedia as the basis for the future development of AV1 as well as future codec efforts. The encoder supports a wide range of speed-efficiency tradeoffs and scales fairly well across many CPU cores.

To enable support, FFmpeg needs to be built with --enable-libsvtav1.

https://www.ffmpeg.org/ffmpeg-all.html#libsvtav1

#ffmpeg #av1 #srt #libsvtav1 #AOMedia #intel #netflix

ffmpeg Documentation

AV1 is an open source and royalty-free video codec developed by the ​Alliance for Open Media (AOMedia), a non-profit industry consortium. Depending on the use case, AV1 can achieve about 30% higher compression efficiency than VP9, and about 50% higher efficiency than H.264.

FFmpeg currently supports three AV1 encoders.
- libaom (libaom-av1)
- SVT-AV1 (libsvtav1)
- rav1e (librav1e)

#ffmpeg #video #av1 #libaom #SVT #libsvtav1 #rav1e #librav1e #encoder #AOMedia