Performative way to show AVFrame in Qt 6 - FFMPEG
-
Well, i already made this in the past convertendo um AVFrame to QImage, but look like slowly and lagging, i think chose OpenGL but deprecated in Qt6, and vulkan looks like kill a fly with a cannon for me, what is the most
efficient way to display AVFrame? sorry for the english -
Well, i already made this in the past convertendo um AVFrame to QImage, but look like slowly and lagging, i think chose OpenGL but deprecated in Qt6, and vulkan looks like kill a fly with a cannon for me, what is the most
efficient way to display AVFrame? sorry for the english@Samuel-Ives said in Performative way to show AVFrame in Qt 6 - FFMPEG:
i think chose OpenGL but deprecated in Qt6
Where did you read this?
Don't convert it to QImage but display the AVFrame directly with OpenGL is most probably the fastest way to do so. But it needs some more knowledge about the AVFrame and OpenGL.