ASF 格式的本机 .NET 库?
是否有用于处理不使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这里无耻的插件 - 我写了一个名为 AsfMojo 的 .NET ASF 解析器,它位于 codeplex 上:
检查一下,看看它是否适合您 - ASF 解析本身是纯 .NET 代码(基于 ASF 规范),仅用于为特定时间偏移创建静止帧 Media SDK/InterOp 在幕后使用。
Shameless plug here - I wrote a .NET ASF parser called AsfMojo that's out there on codeplex:
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.