适用于 Windows 的 MPEG 4 SDK

发布于 2024-08-22 05:52:23 字数 364 浏览 6 评论 0原文

谁能推荐一个可以与 Intel 或 Visual C++ 编译(或兼容)的 MPEG4 库?

编辑:澄清

我不知道 x264,并且 ffmpeg 不使用 VC++ 编译(使用 MingW 编译)。基本上我需要一个可以在Windows(或供应商的名称)上编译的库,它允许我从以下MPEG中提取帧和嵌入帧中的元数据:ID:481(0x1E1)菜单ID:1(0x1)格式:MPEG 视频版本:版本 2 配置文件:Main@High 设置,BVOP:是设置,矩阵:默认 比特率模式:可变 标准:分量 分辨率:8 位 色度:4:2:0 扫描类型:逐行列表:481 ( 0x1E1) (MPEG 视频) / 497 (0x1F1) () KLVA_PID: 497

谢谢, 时间

can anyone recommend a MPEG4 library that will compile(or is compatible) with Intel or Visual C++?

EDIT: clarification

I was not aware of x264, and ffmpeg does not compile with VC++ (compiles with MingW). Basically I need a library that can be compiled on Windows (or the name of a vendor) that will allow me to extract frames and metadata embedded in the frames from the following MPEG: ID : 481 (0x1E1) Menu ID: 1 (0x1) Format: MPEG Video version: Version 2 profile: Main@High settings, BVOP: Yes settings, Matrix: Default Bit rate mode: Variable Standard: Component Resolution: 8 bits Colorimetry: 4:2:0 Scan type: Progressive List: 481 (0x1E1) (MPEG Video) / 497 (0x1F1) () KLVA_PID: 497

thank you,
T

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

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

发布评论

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

评论(3

流殇 2024-08-29 05:52:23

Intel 的 IPP 库 有一些适用于各种算法的编码器/解码器。虽然它不是免费的,但在我看来相当实惠。 (您没有说是否需要非成本解决方案。)

Intel's IPP library have some encoders/decoders for various algorithms. It's not free though, but pretty affordable IMO. (You don't say if you need a non-cost solution or not.)

瑶笙 2024-08-29 05:52:23

您没有提到尝试过 ffmpegx264,我不知道它们是否使用 Intel 或 Visual C++ 进行编译,但它们是我首先想到的库。如果您已经尝试过这些,您应该在您的问题中提及它们的不满意之处,以便有人可以推荐一个没有同样缺点的库。

You don't mention having tried either ffmpeg or x264, I don't know if they compile with Intel or Visual C++, but they are the first libraries that spring to mind. And if you already tried these, you should mention what was unsatisfactory about them in your question,so that someone can perhaps suggest a library without the same disadvantage.

幸福还没到 2024-08-29 05:52:23

它比这更复杂一点 - Mpeg4 涵盖了整个编解码器范围,并且它不是一个简单的工作领域。

看看 ffmpeg

It's a little more complex than that - Mpeg4 covers a whole range of codecs, and it's not a simple area to work in.

Take a look at ffmpeg

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