The Movie3 Script
by Zachary X. Reiter and Clifford A. Reiter
October 2002

The image3 addon script, movie3.ijs, contains the main functions used for reading and writing *.mov files which are sequences of jpeg or png images. Also, sequences of jpeg images in *.avi files may be read.

Image Compatability Functions

For reading purposes, these simple *.mov files are treated as images, in which case the default is to read the first frame which is convenient for automatically creating thumbnails. For example, that frame is read as the result of read_image.

Main Movie Functions

Lossless Transformations

Various lossless transformations are available for jpeg movie *.mov manipulation.
qtjpeg_flip_h      qtjpeg_ll_flip_h        
qtjpeg_flip_v      qtjpeg_ll_flip_v     
qtjpeg_rot_180     qtjpeg_ll_rot_180        
qtjpeg_rot_90      qtjpeg_ll_rot_90     
qtjpeg_transpose   qtjpeg_ll_transpose  
qtjpeg_transverse  qtjpeg_ll_transverse       
qtjpeg_rot_270     qtjpeg_ll_rot_270
qtjpeg_xform                              
For example,
qtjpeg_rot_90 'inmovie.mov';'outmovie.mov' results in a movie which is a 90 degree clockwise rotation of the input movie.

Numerous lower level functions appear in the script. It is the source for those details. The Movie lab illustrates the use of several of the main functions.


Link to:
Image3 Main Help