Merging two ASF files
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.
精彩评论