Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Can I save video animations in file formats such as mp4?
-
I'd like to be able to create and save videos in a Qt app. I've been looking at the QVideo widgets, but they don't have any save methods that I can find. What would be the best way to export video?
-
Hi,
QMediaRecorder is likely what you are looking for.