ASF 格式的本机 .NET 库?

发布于 2024-10-20 15:46:02 字数 191 浏览 0 评论 0原文

是否有用于处理不使用 COM/Interop 的 ASF 文件的 .NET 库?我知道 Microsoft 有一个官方规范 (http://go.microsoft.com/fwlink/ ?LinkId=31334)。

Is there a .NET library for working with ASF files that doesn't use COM/Interop? I know there is an official spec from Microsoft (http://go.microsoft.com/fwlink/?LinkId=31334).

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

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

发布评论

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

评论(1

梦境 2024-10-27 15:46:02

这里无耻的插件 - 我写了一个名为 AsfMojo 的 .NET ASF 解析器,它位于 codeplex 上:

AsfMojo 是一个开源 .NET ASF
解析库,提供支持
解析 Windows Media Audio (WMA) 和
Windows Media 视频 (WMV) 文件。它
提供用于创建流的类
媒体文件中的数据包,
收集文件统计信息并提取
音频片段或帧仍然准确
帧。该库解析 ASF 对象
根据 ASF 规范修订版
2005年1月20日

检查一下,看看它是否适合您 - ASF 解析本身是纯 .NET 代码(基于 ASF 规范),仅用于为特定时间偏移创建静止帧 Media SDK/InterOp 在幕后使用。

Shameless plug here - I wrote a .NET ASF parser called AsfMojo that's out there on codeplex:

AsfMojo is an open source .NET ASF
parsing library, providing support for
parsing Windows Media Audio (WMA) and
Windows Media Video (WMV) files. It
offers classes to create streams from
packet data within a media file,
gather file statistics and extract
audio segments or frame accurate still
frames. The library parses ASF objects
as per the ASF specification revision
01.20.05

Check it out and see if it works for you - the ASF parsing itself is pure .NET code (based on the ASF spec), just for creating still frames for particular time offsets Media SDK/InterOp is used under the hood.

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