Qt phonon video player example C++ or python

送分小仙女□ 提交于 2019-12-29 08:12:09

问题


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 Python.


回答1:


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.




回答2:


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




回答3:


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)


来源:https://stackoverflow.com/questions/2463994/qt-phonon-video-player-example-c-or-python

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!