Qt 声子视频播放器示例 C++或蟒蛇

发布于 2024-08-25 16:31:29 字数 198 浏览 3 评论 0原文

有人有使用 Qt 声子构建的视频播放器的工作示例吗? (在 C++ 中)

请参阅我的相关问题此处。我无法使用 Python 构建一个。

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

顾北清歌寒 2024-09-01 16:31:29

使用 Qt 声子构建的视频播放器的工作示例: Dragon Player

在这里您可以找到创建的 Mplayer也与 Phonen 一起使用,包括所有来源:Phonon MPlayer。您需要登录,然后单击“源”,然后单击“浏览”即可浏览源代码。

编辑:哦,当然还有 Qt Assistant 中的媒体播放器示例,您也应该看看这个。它可以播放音频和视频。

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.

谁与争疯 2024-09-01 16:31:29

我用 QT 编写了一个简单的视频播放器。在这个例子中,播放器的源代码也是硬编码的。请参阅此处

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

私藏温柔 2024-09-01 16:31:29

现在大多数 qt 和 kde 视频播放器(不是 vlc)。
在 ubuntu 上寻找声子反向依赖项,我找到

  • amarok(带视频的音乐播放器
    支持)
  • minitube
  • kmplayer
  • bangarang
  • Dragonplayer

非视频播放器

  • okular(带有嵌入视频的文档)

  • 我认为带有 h​​tml5 视频的网络浏览器

    • libqtwebkit4
    • libkonq5

    • ktorrent(我认为是 torrent 电影预览)

    • gwenview(在图片查看器中播放视频?)
    • 海豚(文件预览)

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)
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文