Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Windows and video

Windows and video

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 675 Views
  • 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.
  • M Offline
    M Offline
    mphair
    wrote on last edited by
    #1

    I'm working on a project where I want to be able to seek quickly through a video. On OSX, this works great with a QVideoWidget and a QMediaPlayer::setPosition(quint64).

    On windows, each time I call setPosition, it takes almost a full second to update the QVideoWidget. I thought maybe it was a codec issue but I can't seem to figure out the "right" codec to use.

    My questions are these:

    • Is there a "best" codec to use for windows that allows quick and accurate seeking? (I'm using ffmpeg in the background to translate codec to codec)
    • Is there an alternative to the QVideoWidget + QMediaPlayer setup that might work better?
    • Is Qt5 multimedia stuff just still too young to handle this sort of interaction and if so, are there good alternatives?
    1 Reply Last reply
    0
    • JKSHJ Offline
      JKSHJ Offline
      JKSH
      Moderators
      wrote on last edited by
      #2

      Hi,

      I don't know the answer to your questions, but there are people on the "Interest mailing list":http://lists.qt-project.org/mailman/listinfo/interest who do. Subscribe and ask there.

      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

      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