Results 1 to 1 of 1

Thread: How to render custom video data?

  1. #1
    Join Date
    May 2012
    Posts
    1
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default How to render custom video data?

    Hi,
    I have never done a Qt video application - newbie in this area. I have a custom video file format to render using Qt. The video file format is 256-byte header, then video data, then 256-byte header, then video data and so on.
    The header consist info like width, height in pixels, bytes per pixels, frame rate etc. I may have to process data before display - like RGB to YUV or vice-versa (not sure yet). I see there are lot of video related classes like QGL*, QMovie, QVideo* ... don't know where to start. I have seen mandelbrotwidget example which looks like a good place to start but still need some advice.

    Thank you,
    nkumar
    Last edited by commerce1010; 15th October 2012 at 16:05.

  2. The following user says thank you to commerce1010 for this useful post:


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.