Is it possible to include libsvtav1 in the binary build? #1653
-
I want to do efficient encoding using the av1 codec, but the reference encoder libaom-av1 seems to be very slow in ffmpeg. After some tests and searching, I found that libsvtav1 is included in most ffmpeg binaries and is the codec used for production, and it seems that there is a big difference in speed. Could you please include the codec in the build? Or, if not, is there a way for me to customize it and include it? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
This seems reasonable to me |
Beta Was this translation helpful? Give feedback.
-
libsvtav1 is now bundled with pyav. However, I believe you will need to wait until the next (major?) release for it to be included in When that happens, please try it out and let me know. |
Beta Was this translation helpful? Give feedback.
PyAV-Org/pyav-ffmpeg#139
libsvtav1 is now bundled with pyav. However, I believe you will need to wait until the next (major?) release for it to be included in
pip install av
When that happens, please try it out and let me know.