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.