合并两个 ASF 文件
我有一个 ASF 文件,其中包含 8 个音频和 1 个视频。现在我想将此文件与其他相同 ASF 类型的文件合并。是否可以使用 Windows Media SDK 来实现? 我的语言是 VC++
请给予一些帮助
I have an ASF file which contain 8 audios and 1 video. Now i want to merge this file with other of same ASF type. Is it possible to do with windows media SDK.
My language is VC++
Please give some help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
很可能是的。根据第一个和第二个文件中的流格式和使用的编解码器,可以通过或不重新编码来完成此操作。请参阅 Windows Media Format SDK 中的示例(wmvcopy、WMVRecompress)。而且您不需要使用 DirectShow。
Most probably yes. Depending on stream formats and used codecs in the first and second files this can be done with or without re-encoding. See samples (wmvcopy, WMVRecompress) in Windows Media Format SDK. And you do not need to use DirectShow.