QVideoProbe not working with wmv files
Unsolved
General and Desktop
-
I tried to use QVideoProbe to process frames from video files. However, when I try to process wmv files, it doesn't work. I tried to use this example(https://doc.qt.io/qt-5/qvideoprobe.html), but the slot processFrame(QVideoFrame) doesn't send a proper QVideoFrame. I checked that videoFrameProbed(QVideoFrame) signal was emitted, but the received QVideoFrame had a size of (-1,-1) and a pixel format of "Format_Invalid". Is this a problem with the wmv files I used, or do I need to do some procedures(i.e. map) to properly use the QVideoProbe?