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? |
Answered by
JoeSchiff
Jan 6, 2025
Replies: 2 comments 8 replies
|
This seems reasonable to me |
4 replies
|
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. |
4 replies
Answer selected by
caffeinism
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 avWhen that happens, please try it out and let me know.