dds icon indicating copy to clipboard operation
dds copied to clipboard

Unrecognized option 'qp'

Open nju-cn opened this issue 4 years ago • 4 comments

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

nju-cn avatar Dec 10 '20 08:12 nju-cn

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.

KuntaiDu avatar Feb 05 '21 18:02 KuntaiDu

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

yaozhang-nwpu avatar Feb 16 '21 10:02 yaozhang-nwpu

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!

RylonW avatar Dec 22 '23 12:12 RylonW

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

briannlongzhao avatar May 22 '24 19:05 briannlongzhao