QtAVPlayer icon indicating copy to clipboard operation
QtAVPlayer copied to clipboard

Using Qt 6.4 built-in ffmpeg

Open TheEnigmist opened this issue 2 years ago • 0 comments

I'm wondering if there is a way to use built-in internal ffmpeg shipped with Qt 6.4 and use the same features of QtAVPlayer.

I tried to load same .webm video with built-in QMultimediaPlayer and the result is a QFrameVideo with QColor(16,16,16,255) instead of transparent pixel

TheEnigmist avatar Oct 20 '22 07:10 TheEnigmist