..with regard to editing original movies, that was the reason I created the 'extract frame' command in the first place! I'm still cracking on with this. This is what is working so far (or almost working - need to add in a s**tload of error handling yet):
MAKE AVI filename, framerate, movie width, movie height
ADD IMAGE TO AVI image number
CLOSE AVI
EXTRACT AVI FRAME filename, frame number
Stuff still to get finished:
ADD SOUND TO AVI
MAKE IMAGE FROM AVI FRAME
SET VIDEO CODEC OPTIONS
SET AUDIO CODEC OPTIONS
COMPRESS AVI
- at present, the images cannot be 'texture' images (i.e. they need to have the ,1 flag at the end when loaded or 'got'). Otherwise, the avi ends up with cropped edges (due to fixed texture sizes) and looks all fuzzy (due to filtering).
I'm hoping to get a 'V1' dll released at the weekend.