How to set the first frame of a video file
Solved
General and Desktop
-
Hi,
You likely should get an image after 1 second rather than trying to get the first frame. Videos do not necessarily start with something at frame 0.
-
It's too short in any case.
The file does not necessarily contain such meta data.
You might be able to get something through QMediaObject::metaData but no guarantee.