Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Save QQuickView screen to video
Qt 6.11 is out! See what's new in the release blog

Save QQuickView screen to video

Scheduled Pinned Locked Moved QML and Qt Quick
3 Posts 3 Posters 1.2k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    stereomatching
    wrote on last edited by
    #1

    Any idea or example?
    Use grabWindow() to take the screenshot and translate the pixels to video format
    is not a solution(performance problem).

    1 Reply Last reply
    0
    • K Offline
      K Offline
      kibsoft
      wrote on last edited by
      #2

      performance problem
      Why?

      You can use Qt Media Encoding Library for that issue - http://qt-project.org/forums/viewthread/29117/

      All you need is to inherit AbstractImageGrabber in order to capture your window.

      1 Reply Last reply
      0
      • J Offline
        J Offline
        Jens
        wrote on last edited by
        #3

        Depending on the use case, it might be easier to use the operating system tools to do this. (i.e I use quick time on mac or the windows video tool to do screen recordings)

        Using vlc, might also be a solution if they provide API for this: http://pctonic.net/use-vlc-as-a-screen-recording-tool

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved