Log in

View Full Version : Using ImageWriter, ImageReader to process frame via command line


fray
31st January 2006, 14:31
Hi,

I've got a command line DOS program that I would like to be called on each frame.
The program accepts bmp formatted input and produces a bmp output.

I looked at the ImageWriter and ImageReader commands and the CALL plugin.
Call can only be called for one frame (or a list of frame), but not for all.

Exporting all frames is a possibility, but will take too much discspace.

Is there a way to make this happen, maybe using a clever ScriptClip function?