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. .mov video files not displaying with QMediaPlayer but .mp4 file works
Forum Update on Monday, May 27th 2025

.mov video files not displaying with QMediaPlayer but .mp4 file works

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

    Hey guys, I'm using QMediaPlayer and QVideoWidget to play a video and it works fine for a .mp4 file but it doesn't work for a .mov file. I can hear the audio of the .mov but the screen is blank. I tested the .mov file in another application and it worked fine. Anyone have any idea whats going on?

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

      Hi,

      What OS are you on ?

      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
      • Kent-DorfmanK Offline
        Kent-DorfmanK Offline
        Kent-Dorfman
        wrote on last edited by Kent-Dorfman
        #3

        filename extensions are somewhat irrelevant. while there are common extensions for specific containers, there is no hard fast rule that the extension must match mov or mp4. that being said, mov is usually a container for apple quicktime, so unless you have the libraries and codecs to handle quicktime it's not going to be readable. you need to research and better understand the codecs and container capabilities. If I had to guess, then I'd guess that the backend used by Qt is not configured to process the specific codec data in the quicktime container.

        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