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. Audio but NO video while display .MOV file (qml & MediaPlayer)
Forum Updated to NodeBB v4.3 + New Features

Audio but NO video while display .MOV file (qml & MediaPlayer)

Scheduled Pinned Locked Moved QML and Qt Quick
3 Posts 2 Posters 1.3k 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.
  • X Offline
    X Offline
    xenotrax
    wrote on last edited by
    #1

    This happens only on my Windows Computer . My qml code works perfectly fine on Linux.

    Does someone know what I need to Install to show .MOV video with qml on Windows

    I use QtMultimedia 5.0 and qml MediaPlayer
    Have sound but no video,

    1 Reply Last reply
    0
    • GianlucaG Offline
      GianlucaG Offline
      Gianluca
      wrote on last edited by
      #2

      Can depend on some missing codecs on windows.
      On my experience with windows of video playback with Qt, I found out that what codecs Qt app searches depends also on how it has been compiled.
      For example, an app that uses Qt msvc version look codecs in a different way of an app that uses Qt mingw.

      I got the most wider range of video format playbacks using the Mingw version of Qt and installing K-Lite Codec Pack for windows: http://www.codecguide.com/download_kl.htm

      1 Reply Last reply
      0
      • X Offline
        X Offline
        xenotrax
        wrote on last edited by
        #3

        I compile with msvc .. try this week the aproach with Mingw and K-Lite
        thanks Gianluca

        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