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. MediaPlayer to control several VideoOutput
Forum Updated to NodeBB v4.3 + New Features

MediaPlayer to control several VideoOutput

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
2 Posts 2 Posters 182 Views 2 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.
  • EmilieGE Offline
    EmilieGE Offline
    EmilieG
    wrote on last edited by
    #1

    Hi all,

    I'm trying to play several videos (several views of the same scene) at the same time. And I need to have them all in sync, i.e. playing exactly the same frame at the same time. I was hoping to use only one MediaPlayer to control them, but I don't see a proper way to do that.
    I guess I could use a main "MediaPlayer/VideoOutput" couple to set the position of all the others but it doesn't seem efficient and I'm afraid that they won't be all in sync.
    I could also write to an Image, or a QPixmap I guess and reimplement the MediaPlayer myself, but as it will be more time consuming I'm asking myself if there is a better solution...

    I would love to have feedbacks if anyone has already done something similar.

    Thanks !

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      You might want check KDE's Kdenlive. Advanced video editing is outside of the scope of the QtMultimedia module.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      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