I have been doing a lot of searching today for C# libraries which will allow me to create H.264 encoded video files. Does anyone know if any such libraries or 3rd party components exist?
It is too new of a project. They currently have no support for video encoding. Thanks though.
jessegavin
2010-03-24 18:27:11
+2
A:
Use ffmpeg. I suggest to run a ffmpeg process directly, like in this sample: http://jasonjano.wordpress.com/2010/02/09/a-simple-c-wrapper-for-ffmpeg/
While the sample doesn't deal with the operation you need, I suggest to adapt it to your needs.
eglasius
2010-06-08 17:20:53
yes, I also struggled figuring out what to use in a different scenario. Once I got my mind set on modifying the sample to support the operations that I needed, it all went nicely for me.
eglasius
2010-06-14 15:05:14