echo make Seasons 2003 - not really a script, but, a recipe
echo it does work as a script! I put copyright in by hand
cd /jch/play/trivo/
rm -rf thumbs/
make
./yinyang -big -last 280 -flip -save
echo munging yinyang frame for pseudo antialiasing.
python ../python/mngframs.py -size=704 > fri.htm 
mv thumbs/frame0* .
rm -rf thumbs
./forsythia -flip -save
./daylily -flip -save
./maple -flip -save
# python ../python/mngframs.py -size=704 > fri.htm 
# cd thumbs/
# animate -delay 6 fram*
echo encoding video with mjpegtools-1.6.1 from sourceforge.net
ls frame0* frame1* |  xargs -n1 jpegtopnm | ppmtoy4m -v 2 | mpeg2enc -q 1 -F 2 -Q 4 -g 1 -G 1 -h -4 1 -2 1 -b 20000 -V 500 -o seas2003.mov
