C# manipulating video -


i want take folder of pictures, , turn slideshow video music in background.

i have no idea how this, or help, cos isnt kind of thing can search in google.

idk if there api's it, or if can done in c#.

maybe ill have move project c++ or something, first need know hell start.

thanks.

this kind of thing can search in google. try "creating avi files in c#" , pick 1 of answers. recommend this one personal experience.

creating avi file pretty easy - set frame rate , dump in bunch of bitmap files, add wav or mp3 file (or files) audio, , that's it.

the avi file can played is, or compressed mpeg or whatever (although won't size compression slideshow-type video file, don't need much).


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -