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. Qt5 video player and windows 7
Qt 6.11 is out! See what's new in the release blog

Qt5 video player and windows 7

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 2 Posters 1.1k 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.
  • understatementOfTheYearU Offline
    understatementOfTheYearU Offline
    understatementOfTheYear
    wrote on last edited by
    #1

    Hi,
    I was wonder if anyone else had run into this problem and if they found a way around it.
    I'm using the PyQt5 framework to create a video player that will work cross platform between windows (mostly win 7) and OSX.
    When encoded using ffmpeg and the libx264 codec, the videos look beautiful on macs and windows 10, but in windows 7 there is a brief green flash in the video before it begins playing. I have no explanation. I have all the h264 codecs installed but the issue persists. The best workaround I've found was using the mpeg4 codec with ffmpeg but the quality just isn't the same.

    I know it's a long shot because it's such a specific issue but if anyone might have any insight, it would be greatly appreciated.

    Best,
    -Mark

    mrjjM 1 Reply Last reply
    0
    • understatementOfTheYearU understatementOfTheYear

      Hi,
      I was wonder if anyone else had run into this problem and if they found a way around it.
      I'm using the PyQt5 framework to create a video player that will work cross platform between windows (mostly win 7) and OSX.
      When encoded using ffmpeg and the libx264 codec, the videos look beautiful on macs and windows 10, but in windows 7 there is a brief green flash in the video before it begins playing. I have no explanation. I have all the h264 codecs installed but the issue persists. The best workaround I've found was using the mpeg4 codec with ffmpeg but the quality just isn't the same.

      I know it's a long shot because it's such a specific issue but if anyone might have any insight, it would be greatly appreciated.

      Best,
      -Mark

      mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by mrjj
      #2

      @understatementOfTheYear
      Hi
      Being old school, i would install 100% clean win 7 in virtual machine to verify that the issue is reproducible
      on more than one win 7.
      That said, it seems your issue is not super uncommon
      https://forum.videolan.org/viewtopic.php?t=47706 ( old issue)

      So it might be the codec.

      1 Reply Last reply
      0
      • understatementOfTheYearU Offline
        understatementOfTheYearU Offline
        understatementOfTheYear
        wrote on last edited by
        #3

        This sounds similar enough that it might be worth a try. The two pass (well it'll end up being 3-pass) process with ffmpeg and vlc isn't really a dealbreaker. I can attest that it happens on more than one Win7 box.
        I'd love to just convince IT to install windows 10 on all of our machines but that seems unlikely at the moment. Though it would likely fix the issue.

        Thanks for your input!

        -Mark

        mrjjM 1 Reply Last reply
        0
        • understatementOfTheYearU understatementOfTheYear

          This sounds similar enough that it might be worth a try. The two pass (well it'll end up being 3-pass) process with ffmpeg and vlc isn't really a dealbreaker. I can attest that it happens on more than one Win7 box.
          I'd love to just convince IT to install windows 10 on all of our machines but that seems unlikely at the moment. Though it would likely fix the issue.

          Thanks for your input!

          -Mark

          mrjjM Offline
          mrjjM Offline
          mrjj
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @understatementOfTheYear

          Well im pretty sure "unlikely at the moment" is very in tune with your forum name :))

          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