Create Video out of image files?
c#, jpeg, sdk, video, windows-mobile
Solution
Take a look at Corinna John's AVIFile wrapper. I used it in the AVI output plugin for Cropper.
Problem
I'm trying to make a video out of a folder full of jpeg files. I tried Google, and everybody is stuck with this. I have downloaded the WM SDK and the Encoder, but since the moment I don't know their object model I cant do much. Does somebody here have some code WORKING about how to create a WMV or an AVI or a MPEG video file out of a folder full of jpegs? (In C#) I can see on the answers that apparently there is no way to do it from C#, just using a third party. I will check your suggestions.