How can I create an H.264 encoded movie from a set of images in c#?

前端 未结 2 664
清酒与你
清酒与你 2021-01-03 00:58

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 comp

相关标签:
2条回答
  • 2021-01-03 01:23

    ffmpeg-sharp is probably a good starting point.

    0 讨论(0)
  • 2021-01-03 01:24

    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.

    0 讨论(0)
提交回复
热议问题