开发者

Merging two ASF files

开发者 https://www.devze.com 2022-12-27 15:46 出处:网络
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.

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 g开发者_JAVA技巧ive 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. And you do not need to use DirectShow.

0

精彩评论

暂无评论...
验证码 换一张
取 消