Results 1 to 2 of 2

Thread: Creating a QMovie from mjpeg

  1. #1
    Join Date
    Oct 2006
    Posts
    83
    Thanks
    1
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Creating a QMovie from mjpeg

    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.

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Creating a QMovie from mjpeg

    QMovie doesn't support mpeg movies. It supports mng and gif anims provided you have appropriate support enabled.

Similar Threads

  1. Problem in creating thread in GUI application
    By jyoti kumar in forum Qt Programming
    Replies: 2
    Last Post: 15th May 2006, 12:05

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.