Python Forum
[PyQt] I can't play MP4 files
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[PyQt] I can't play MP4 files
#11
I found it strange that someone recommends an avi converter in their first post. The question was actually about playing an mp4 file.
Or should it just be an advertisement for OmniConverter?
Reply
#12
The code in at the start of the post did include this:
        filename, _ = QFileDialog.getOpenFileName(self, "Open Video",
                                os.getcwd(),
                                ("Video Files (*.avi  *.mp4)"))
That must have been a very old program that that rwahdan found online.
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020