-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
The exported file format will be a standard video file.
Qt doesn't directly support video creation from images. We must not use an external tool we need a third party library, like FFmpeg.
The task is to compose a video from multiple images into one video file using the API not an external tool. You can find one exmple here