如何使用 mpeg.org 的 mpeg2v12 解码器 API?

发布于 2024-11-05 06:16:43 字数 266 浏览 0 评论 0原文

我已经从 mpeg.org 下载了标准编解码器源代码 mpeg2v12 http://www.mpeg.org/MPEG/video/mssg -free-mpeg-software.html 我现在正在寻找如何使用它的解码器 API 来读取一些 mpeg2 文件的示例。我很感激您可以提供的任何代码示例。提前致谢。

阿图尔

I have downloaded mpeg.org standard codec source code mpeg2v12 from
http://www.mpeg.org/MPEG/video/mssg-free-mpeg-software.html
I am now looking for examples of how to use it's decoder API to read some mpeg2 file. I appreciate any code sample you can provide. Thanks in advance.

Artur

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

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

发布评论

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

评论(1

ˉ厌 2024-11-12 06:16:43

不幸的是,正确的答案是你不能这样做!

MSSG 的代码是独立的应用程序,而不是作为可重入库的解码器,因此不能通过从其他应用程序链接来使用它。

不过,您可以使用 libmpeg2。这相对容易与应用程序集成并且完全兼容。

Unfortunately the correct answer is You cannot do this!.

MSSG's code is stand alone application and not a decoder as a re-entrant library so it cannot be used by linking from other application.

You can however use libmpeg2. This is relatively easy to integrate with application and fully compliant.

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