Generating video from a sequence of images in C#

后端 未结 4 1154
走了就别回头了
走了就别回头了 2020-12-16 06:59

I have a task of generating video from a sequence of images in my app and while searching for that i found out that FFMPEG is able to do that.Can anyone provide me any tutor

4条回答
  •  时光说笑
    2020-12-16 07:42

    http://electron.mit.edu/~gsteele/ffmpeg/
    http://www.codeproject.com/Articles/7388/A-Simple-C-Wrapper-for-the-AviFile-Library
    http://ffmpeg.org/ffmpeg.html -> search for For creating a video from many images:

    All the links are from this question on SO

    Link related to FFMPEG in .net (From this question);

    FFMpeg.NET
    FFMpeg-Sharp
    FFLib.NET
    http://ivolo.mit.edu/post/Convert-Audio-Video-to-Any-Format-using-C.aspx

    Other resources
    Expression Encoder
    VLC

提交回复
热议问题