I'm trying to union a raw video data stream with raw audio data stream but without success! I capture video from webcam and audio from microphone in .net Accord Framework application.
I want use ffmpeg core .net library to transform raw video data into a avi file, then same thing transform raw audio data into mp3 format file. Next merge mp3 with avi in single avi video+audio file.
If you want, I can post source code how I capture data.