c++ 的声音问题视频播放器

发布于 2024-12-03 08:48:39 字数 135 浏览 0 评论 0原文

我有一个 C++ 制作的视频播放器,由于某种原因,我无法理解只有某些文件(.avi)正在播放声音,其他文件只有视觉效果。

我认为这是因为这些视频使用了程序不支持的编解码器。有没有办法“集成”其他编解码器,以便我的所有 avi 文件都有声音?

I have a c++ made video player and for a reason I can't understand only some of the files (.avi) are playing with sound, the others only have the visual.

I think it's because these videos use a codec that the program doesn't support. Is there a way to "integrate" an other codec so all my avi files will have sound ?

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

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

发布评论

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

评论(2

舞袖。长 2024-12-10 08:48:39

在VLC播放器中打开它们并找到音频的编解码器类型,检查您的播放器是否支持该编解码器类型。添加新的编解码器类型取决于您的视频播放器代码的可插入性

Open them in VLC player and find the codec type of the audio, Check if your player supports that codec type. Adding the new codec type would depend on how your plug-able your video player code is

匿名。 2024-12-10 08:48:39

当然,运行编解码器的安装程序!

Sure, run the codec's install program!

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