Page 1 of 1

Posted: 2006-06-26T12:21:55-07:00
by magick
There are currently no plans to support writing AVI images.

Posted: 2006-06-26T18:31:08-07:00
by anthony
Specifically the AVI format is very specialised with literally hundreds of suported codecs and methods of encoding images. If you like a fairly standard AVI format try using a mpeg format "m2v' . EG:

Code: Select all

convert *.jpg m2v:glacier.mpg
Better still look at using "mencode" (of the mplayer software suite) to encode to various video formats. This is designed with AVI video creation.