- take a video clip, export the frames as individual bitmaps
- create clips from a series of bitmaps (saved as 001.bmp, 002.bmp, etc) or other images
- allow for editing of time (ei how long to show each frame/image)
Ideally, this program would allow for some of the coding to be written up before hand in a txt file to take advantage of copying the numerous, numerous file locations for the images and the timing and editing the file in Word or something.
Since I've got something specific and a little weird in mind, I figured it would be a good excuse to get back into programming again.
Part of the problem is, I haven't programmed anything in 6 years, and that was in C++. Fortunately, my programming style is more work out logic, develop psuedocode, then search through books and lists of commands until I find what I need to get things to work, so actual KNOWLEDGE is secondary to an internet connection. ^-^
Any suggestions on where to start with my little insane project?

