Qt 6.11 is out! See what's new in the release
blog
How to set the first frame of a video file
-
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.