简体   繁体   English

合并两个ASF文件

[英]Merging two ASF files

I have an ASF file which contain 8 audios and 1 video. 我有一个ASF文件,其中包含8个音频和1个视频。 Now i want to merge this file with other of same ASF type. 现在,我想将此文件与其他相同ASF类型的文件合并。 Is it possible to do with windows media SDK. 是否可以使用Windows Media SDK。 My language is VC++ 我的语言是VC ++

Please give some help 请帮忙

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. 请参阅Windows Media Format SDK中的样本(wmvcopy,WMVRecompress)。 And you do not need to use DirectShow. 而且您不需要使用DirectShow。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM