I am trying to record a video in OpenCV from a stream such as a webcam with audio. I am currently writing the application to use DirectShow to grab data from the stream and to pass that data into an IplImage*
. This is great for creating the video file, but what if I would like to include audio? Do I have to use another library to write out the small amount of audio information?
Any help is greatly appreciated.