Hey all,
I'm a pretty solid shake user, but have never ventured into the world of command line scripting. I'm trying to do a simple batch script to convert sgi files to jpg. I found some info online and this is what I tried:
shake -t 101-161 -fi render.###.sgi -fit 720 404 -fo render.###.jpg
However, I get the following errors:
Unknown option: t
Unknown option: fi
Unknown option: fit
Unknown option: fo
usage: /usr/net/binshake [options] [ -- passed options]
[-h | --help ] print this help message
[-ver X ] start with version X of Shake
[-listver ] list available versions of Shake
[-promptver ] prompt for Shake version to launch
[-v ] generate more output
[-flush ] clean up shake's temp dir stuff
[-recover ] start Shake with the latest autosave file
[-show X ] override automatic show include path
"passed options" are those that need to be send on to
Shake and not handled by the wrapper
Anyone know what I'm doing wrong?
FYI, I'm working with shake 4 on a linux box.
Thanks for your help.