-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Evaluate feasibility of SVT-AV1 #134
Comments
There are at least 3 AV1 mainstream encoders right now (source) and the repo of SVT-AV1 moved. |
For reference: I am planning to experiment with av1 encodes for debconf23 this year. Depending on the results, this might be sufficient to switch fosdem, too. Will report back when there's more to report about. |
FWIW, AV1 has happened for DebConf23 and as a result will likely happen for FOSDEM 2023 as well (with the same or similar settings). This requires significant CPU time, but I'll talk to server people to figure out what we can do. |
Whoops, wrong button. As an aside, we also figured out how to do AV1 live streams (w/ DASH), and I think it should be possible to do this for FOSDEM as well. You'll want to experiment to make sure, though. |
By request, here's a bit of what needs to be done for AV1 at FOSDEM:
For reference, the ffmpeg command line in the debconf video team's ansible repository could, depending on template values, end up being something like this:
A bit of an explanation of that:
I ran the example command line on my laptop ( Obviously different machines may have different requirements; if the used CPU at FOSDEM does not have sufficient CPU power, bumping the Note: we don't specify So what this all means is:
|
Everything appearing on video.fosdem.org is transcoded to AV1 for 2024. Since this doesn't need to be a live stream, it uses preset 6 rather than preset 8, but even so the resulting files average about 10 times smaller than the mp4 ones (which are unmodified copies from the live stream). preset 8 will make the files somewhat larger, but not a whole order of magnitude, so I think it is definitely worth looking into for 2025. |
Today in my feed poped a writeup from netflix about SVT-AV1.
Review if feasible for use:
https://medium.com/netflix-techblog/introducing-svt-av1-a-scalable-open-source-av1-framework-c726cce3103a
https://github.com/OpenVisualCloud/SVT-AV1/
The text was updated successfully, but these errors were encountered: