-
Notifications
You must be signed in to change notification settings - Fork 32
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
Unrecognized option 'qp' #1
Comments
It is most likely due to the ffmpeg version is too low. Conda will implicitly install an old version of ffmpeg when installing opencv. So you may need to install ffmpeg manually. |
Hi, thanks for your work. That's interesting. A question is that the bandwidth estimator is not released in the current version, right ? |
The problem is caused by ffmpeg version, but it is not because your version is too low. I came up with the same problem with my version is 4.3.
But the problem is fixed when I degrade it to 4.2.2.
I got inspiration from https://github.com/Zulko/moviepy/issues/657#issuecomment-972144503. Hope to help! |
Run |
Hi, I run the code but it occurs the problem "Unrecognized option 'qp'". What's wrong with it?
The text was updated successfully, but these errors were encountered: