Qt phonon video player example C++ or python

前端 未结 3 1228
[愿得一人]
[愿得一人] 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条回答
  •  -上瘾入骨i
    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)

提交回复
热议问题