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. Confusion about QtMultimedia Backends on Windows
Forum Updated to NodeBB v4.3 + New Features

Confusion about QtMultimedia Backends on Windows

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 2 Posters 947 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.
  • Z Offline
    Z Offline
    zeroc8
    wrote on last edited by
    #1

    Which QtMultimedia Backend is included in the current 64 Bit Qt/Visual C++ binary download?

    I'm wondering because I cannot decode h264 Videos directly out of the box, although it works fine with my WPF test application (Windows 10/64Bit).

    WMF supports h264 just fine, so I'm assuming the download uses the older Direct Show backend. Is this correct?

    1 Reply Last reply
    0
    • ? Offline
      ? Offline
      A Former User
      wrote on last edited by
      #2

      Hi! On Windows, the multimedia module can either use a plugin for DirectShow or a plugin for Windows Media Foundation. The prebuilt module that comes with the Qt online installer uses the DS plugin. If you want to use the other plugin then you'll have to rebuild the multimedia module yourself. But keep in mind that the two plugins have different capabilities (see Qt 5.7 Multimedia Backends) and that rebuilding the module with one plugin will override the existing other one.

      1 Reply Last reply
      1
      • Z Offline
        Z Offline
        zeroc8
        wrote on last edited by
        #3

        Ok, thanks, that explains it.
        Is there an officially recommended codecpack for h264 available?
        K-Lite seems to be working fine, but I'm wondering what other people use.

        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