Results 1 to 4 of 4

Thread: save screenshots as a movie?

  1. #1
    Join Date
    Jul 2009
    Posts
    92
    Thanks
    7
    Thanked 3 Times in 3 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default save screenshots as a movie?

    is it possible to save screenshots (of a widget) as a movie? I have been looking at Qimagereader and phonon but these are for displaying movies, not making them

  2. #2
    Join Date
    Sep 2011
    Posts
    1,241
    Thanks
    3
    Thanked 127 Times in 126 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: save screenshots as a movie?

    you can use QPixMap::grabWidget (on a timer?) to get a series of screen shots. How you turn that into a movie... not sure.
    If you have a problem, CUT and PASTE your code. Do not retype or simplify it. Give a COMPLETE and COMPILABLE example of your problem. Otherwise we are all guessing the problem from a fabrication where relevant details are often missing.

  3. #3
    Join Date
    Jan 2008
    Location
    Alameda, CA, USA
    Posts
    5,315
    Thanks
    314
    Thanked 870 Times in 857 Posts
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: save screenshots as a movie?

    You might find this link useful. It's Windoze code, but could probably be translated into normal C++ for use with Qt.

    This link too. And this one. As well as this one.

  4. #4
    Join Date
    Jul 2009
    Posts
    92
    Thanks
    7
    Thanked 3 Times in 3 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: save screenshots as a movie?

    I have the screenshots, thats okay

    thanks for the links, very useful. I'll see what I can do

Similar Threads

  1. Replies: 4
    Last Post: 29th May 2012, 23:37
  2. How to disable screenshots
    By qtsoul in forum Qt Programming
    Replies: 0
    Last Post: 25th December 2011, 15:40
  3. Replies: 10
    Last Post: 30th June 2011, 22:47
  4. [ANN] Qt Ribbon QtitanRibbon Screenshots Available!
    By AlexLeo in forum Qt-based Software
    Replies: 13
    Last Post: 12th December 2010, 04:39

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
  •  
Qt is a trademark of The Qt Company.