Skip to content
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

Open
nju-cn opened this issue Dec 10, 2020 · 4 comments
Open

Unrecognized option 'qp' #1

nju-cn opened this issue Dec 10, 2020 · 4 comments

Comments

@nju-cn
Copy link

nju-cn commented Dec 10, 2020

Hi, I run the code but it occurs the problem "Unrecognized option 'qp'". What's wrong with it?
GXY8S_65B%HXIM`F 6BCZCC

@KuntaiDu
Copy link
Owner

KuntaiDu commented Feb 5, 2021

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.

@yaozhang-nwpu
Copy link

Hi, thanks for your work. That's interesting. A question is that the bandwidth estimator is not released in the current version, right ?
Thanks

@RylonW
Copy link

RylonW commented Dec 22, 2023

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.

ffmpeg                    4.3 

But the problem is fixed when I degrade it to 4.2.2.

ffmpeg=4.2.2

I got inspiration from https://github.com/Zulko/moviepy/issues/657#issuecomment-972144503. Hope to help!

@briannlongzhao
Copy link

Run ffmpeg -version and check whether you have --enable-libx264 in configuration. If not try rebuild it with the enable libx264 flag

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants