exporting .avi files, uncompressed quicktimes ...?

Is it possible to export .avi movies instead of quicktime movies from the movieout DAT?

If not, any idea how to convert the quicktime to an avi/mpg/wmv, ideally via a commandline app I can call via the system command.

Can I export an uncompressed quicktime (I’m using touch’s non-realtime playback setting, so disc speed should not be an issue)?

The Animation codec is loseless. It’s run length encoded for compression, but there is no data loss.

To convert .mov to .avi, look into a free app called ffmpeg, it’s a command line app that converts pretty much anything to anything.

ffmpeg + animation codec sounds great. thanks for the tip!

Will libav make aditional formats/codes available when reading and writing movie files?