PDA

View Full Version : Record video



tanatos
15th March 2010, 05:01
I'm new to Qt and I'd be glad to know how to save a video (in for example the avi format) upon a image/pixmap sequence (for example some pixmaps I get from QPixmap::grabWindow(QApplication::desktop()->winId())).
Thx...

tanatos
15th March 2010, 22:12
Hey...will this require other libraries?

franco.amato
16th March 2010, 05:49
Hey...will this require other libraries?

Try to encode the images with FFmpeg.

Regards

tanatos
16th March 2010, 19:52
Thanks.
I'll try that.

franco.amato
17th March 2010, 05:33
Thanks.
I'll try that.

Good luck.
If you need further help let me know.

Regards