Re: [FFmpeg-devel] Bug report

2022-04-20 Thread Leo Izen
On 4/20/22 08:56, Dan Rose wrote: I tried to submit this on the bug tracker, but it never sent a verification email so posting here. The `-protocol_whitelist ALL` option appears to be broken. I expect it to allow any protocol as per documentation https://ffmpeg.org/ffmpeg-protocols.html#Pro

[FFmpeg-devel] Bug report

2022-04-20 Thread Dan Rose
I tried to submit this on the bug tracker, but it never sent a verification email so posting here. The `-protocol_whitelist ALL` option appears to be broken. I expect it to allow any protocol as per documentation https://ffmpeg.org/ffmpeg-protocols.html#Protocol-Options > Set a ","-separated li

[FFmpeg-devel] bug report in QSV's QVBR rate control

2020-09-01 Thread Makoto KIMURA
Hi, I found a bug in libavcodec/qsvenc.c. You know, QSV has several bitrate control modes (CBR, VBR, .. and so on). The bug is bitrate setting in QVBR. In the original code, bitrate value is set in "mfx.MaxKbps". Actually, it must be "mfx.TargetKbps". As a result, FFmpeg's QVBR always works in qu