-
Notifications
You must be signed in to change notification settings - Fork 288
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
Issue with AV1 encoder #177
Comments
with the current vdhcoapp/ffmpeg, the command line below does the job inside one thread, at very low speed (0.0663x)
where |
Normally the |
The same command without the `-strict experimental" produces an ffmpeg error:
|
AV1 is important as it is poised to become the next VP9.
We use this version libaom 3.7.0 (https://aomedia.googlesource.com/aom/+/refs/tags/v3.7.0) which seems to freeze ffmpeg during encoding. We should either figure out with the Google team what's going on, or switch to SVT-AV1 (libsvtav1) or rav1e (librav1e).
The text was updated successfully, but these errors were encountered: