AnimToSanm

Converts a 3DO Animator file to a streamed animation.

Synopsis

AnimToSanm [options] <files...>

Description

The animToSanm MPW tool converts 3DO Animator files to the 3DO streamed animation format (SANM). Files should be written as type `3DO Anim' from within 3DO Animator.

To convert a VDAN file to a 3DO Anim file within 3DO Animator you must access the 3DO palette, choose a cel format, and remap the document. Pay careful attention to the CCB settings before you remap the document. AnimToSanm can also be used to convert raw anims (a group of concatenated cels) into streamed animation format. animToSanm produces the same format as SanmMaker.

Arguments

-1
Assume first PDAT is displayed as cel earlier.
-C
Enable custom compression.
-q
Quiet mode, suppress most text output.
-r <ticks>
Force frame rate in 44,100/184 per second.
-s <ticks>
Force start time of 1st frame.
-c <chan>
Force channel number (Default is 0).
-x <int>
Force xpos (integer format).
-y <int>
Force ypos (integer format).
-o <file>
Write output to file (Default is stdout).

Examples

animToSanm -o pool.chnk0 -c 0 -r 60 -s 24 -x 40 -y 50 < pool.anim

AnimToSanm creates a streamed animation file called pool.chk0 from the input animation file pool.anim. This streamed animation file can be woven into a stream using the weaver and played with the playsanim example program.

See Also

SanmMaker