-
Notifications
You must be signed in to change notification settings - Fork 7.1k
pyav 14.0.0 breaks write_video #8779
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
Comments
Thanks for the report @raphaelschwinger . Indeed pyav made some backward-incompatible changes with pyav 14. I have made the necessary changes to torchvision in #8776, and they will be available with the next release. Until then, users will need to pin pyav to |
@NicolasHug Thanks! |
Is there any update on how to fix this issue more elegantly? |
I think this issue was already patched. see vision/torchvision/io/video.py line 160 ...
... |
🐛 Describe the bug
Outputs:
Versions
Downgrading to
13.1.0
solves the problem.The text was updated successfully, but these errors were encountered: