QT 5 Record and Encode Qt Quick scene
-
Hello,
I am trying to record the content of my Window and encode it to H.264/MPEG-4 for example. At the moment I am rendering my scene via OpenGL under QML just as it is explained in this tutorial: http://doc.qt.io/qt-5/qtquick-scenegraph-openglunderqml-example.html
Does QT offer a way to accomplish this? I thought about fetching each rendered frame from my Renderer and then pass it further to whatever QT offers me for video encoding.
Regards,
Stan