PDA

View Full Version : Creating a QMovie from mjpeg



forrestfsu
6th February 2007, 21:52
I'm looking into creating a QMovie object from an mjpeg file. First I wanted to make sure that QMovie supports mjpeg. I was unsure from looking at QMovie documentation how to set the video format. If I cannot use mjpeg format, what are the available formats?

Also, I do not want to load the mjpeg from a filename. Does QMovie have functionality to pass it a pointer to the start of the mjpeg data and the length of the data?

Thanks in advance.

wysota
6th February 2007, 22:10
QMovie doesn't support mpeg movies. It supports mng and gif anims provided you have appropriate support enabled.