Merging two ASF files

128 views Asked by At

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

1

There are 1 answers

0
VitalyVal On BEST ANSWER

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.