Click here to Skip to main content
15,896,444 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a program that captures and stores H.264 encoded video as well as audio into a proprietary format file. I need to be able to export that video and audio to an mp4 file. I prefer C# but will use C++ if necessary. Any suggestions?
Posted

The cop out is to use http://ffmpeg.org/[^]. But you can use this[^] Code Project article to do it with Direct Show.
 
Share this answer
 
Thanks for your quick reply. The problem is that I don't have a stream for input to either ffmpeg or DS. For all practical purposes I have random video frames stored in a proprietary database type file. DS seems to want a nice file or stream to convert to another format. Ditto ffmpeg. Or am I missing something about ffmpeg/ds?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900