Welcome!
Get the decoded
AVFrame is in YUV420P format, you need to put it in
QVideoFrame
Found how to make using sw_scale and QImage, but there is a first conversion to RGB32, which in my opinion is overkill, because QVideoFrame itself supports the format YUV420P. Please tell me how to convert?