Hi
I just created a simple animation using Qt Quick2, I want to export it into a video clip so I can share it on the web.
The easist way is using a screen record software to make the video, but this means that I must play the animation from start to the end, this will take a lot of time, what’s more, I can’t control the video quality easily.
I want to write a simple tool to export Qt Quick2 animation into flash video(or other video format) in backend, so I can share it on youtube. The export progress should be quick enough, for example ,export a 100s length video clip should cost less than 10s. But I don’t know where to start. Please help me.
↧