Qt phonon video player example C++ or python

前端 未结 3 1225
[愿得一人]
[愿得一人] 2020-12-20 04:22

Does anyone have a working example of a video player built using Qt phonon? (in C++ )

See my related question here . I am unable to build one using

相关标签:
3条回答
  • 2020-12-20 04:50

    Most qt and kde video players these days(not vlc). Looking for phonon reverse dependencies on ubuntu I find

    • amarok(music player with videos support)
    • minitube
    • kmplayer
    • bangarang
    • dragonplayer

    non video players

    • okular(documents with embeded videos)

    • web browsers w/html5 video I think

      • libqtwebkit4
      • libkonq5

      • ktorrent(I think torrent film previews)

      • gwenview(play videos in picture viewer?)
      • dolphin(file preview)
    0 讨论(0)
  • 2020-12-20 04:51

    I have written a Simple Video Player using QT. The soure of the player is also hardcoded for this example. See here

    0 讨论(0)
  • 2020-12-20 05:06

    A working example of a video player built using Qt phonon: Dragon Player

    And here you find the Mplayer created with Phonen too, including all the sources: Phonon MPlayer. You need to login, then you can browse the source code by clicking on "Source" and then "Browse".

    EDIT: Oh, and of course the Media Player Example in the Qt Assistant, you should have a look at this, too. It plays both audio and video.

    0 讨论(0)
提交回复
热议问题