Phonon 可以在 MacOS 上读取 .avi 文件吗?

发布于 2024-12-04 03:17:39 字数 93 浏览 2 评论 0原文

我尝试使用 Phonon 和 Qt 在 MacOS X 上读取 .avi 文件。但我不能。即使在 QtDemo 中,“媒体播放器”也无法显示此类文件。有办法让它发挥作用吗?

I try to read a .avi file on MacOS X with Phonon and Qt. But I can't. Even in QtDemo, the "Media Player" is not able to display those kind of file. Is there a way to make it work ?

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

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

发布评论

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

评论(1

不知在何时 2024-12-11 03:17:39

尝试在系统中安装正确的编解码器。 “avi”实际上只是一种容器文件格式,可以包含使用许多可能的音频和视频编解码器编码的媒体,默认情况下 OS-X 可能不支持/安装。 Phonon 本身不提供媒体解码功能,它使用系统上可用的任何内容或单独配置为后端的内容。

Try installing the right codecs to the system. "avi" is actually just a container file format that can contain media encoded with many possible audio and video codecs, that might not be supported/installed by default in OS-X. Phonon itself doesn't provide media decoding capabilities, it uses whatever is available on the system or separately configured as it's back end.

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