how do i merge two audio files and one video file in to a video file using c# ?
Posted
by
wingdings
on Stack Overflow
See other posts from Stack Overflow
or by wingdings
Published on 2011-01-04T09:59:51Z
Indexed on
2011/01/04
10:54 UTC
Read the original article
Hit count: 192
i wrote a program in c# using directshow , that captures all devices' audios , and video from single device (webcam or external camera) , now that my requirement is to merge selected audio files with one video file and i can not get it done in c#. so i need a program or libraries that merges one(or several) audio file(s) and one video file and save it as an avi VIDEO file ,, both audio file and video files are in avi format.
© Stack Overflow or respective owner