Creating video in Qt
Unsolved
General and Desktop
-
Hi,
I've the following question. My program creates pictures using QPainter. Can I combine pictures into avi or other video file using Qt libraries?Best regards,
Alexey. -
Hi and welcome to devnet,
You could use QMediaRecorder.
This would require for your to write a custom QMediaObject to feed your images to the recorder.
-
Thank you.
Finally I used ffmpeg.