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
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
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