Working way to make video from images in C#

前端 未结 5 661
醉话见心
醉话见心 2020-12-01 08:02

Does anybody have a known reliable way to create a video from a series of image files? Before you mod me down for not searching for the answer before posting the question,

5条回答
  •  情深已故
    2020-12-01 09:07

    After working with it a while and taking a look at x264 and VideoLan, I went back to Splicer. It turns out that the cryptic error message was due to an error in my code.

    It looks like Splicer will do what I want: programmatically create videos from a series of images.

    Thanks to all who responded.

提交回复
热议问题