Page 1 of 1

Command-line rendering: Unrecogonized output format???

Posted: Thu Aug 15, 2013 12:02 am
by Lukas
I'm trying to render trough the command-line on OS X.

Code: Select all

Lukass-Mac-Pro:~ Lukas$ /Applications/Anime\ Studio\ Pro\ BETA\ 9763.app/Contents/MacOS/Anime\ Studio -r /Volumes/Dataatje/Projects/Circusdieren/Shots/14/Shot14_001.anme -o /Users/Lukas/Desktop/TERMINALRENDER/test_00001
This works well, it creates "test_00001.mov"

But when I specify a file-format,

Code: Select all

Lukass-Mac-Pro:~ Lukas$ /Applications/Anime\ Studio\ Pro\ BETA\ 9763.app/Contents/MacOS/Anime\ Studio -r /Volumes/Dataatje/Projects/Circusdieren/Shots/14/Shot14_001.anme -o /Users/Lukas/Desktop/TERMINALRENDER/test_00001.png -f PNG
I get this:

Code: Select all

Error (102): Unrecognized output format: PNG
...It's like this also with TGA and QT, what am I doing wrong?

I thought I was doing exactly what was written in the FAQ.

Re: Command-line rendering: Unrecogonized output format???

Posted: Thu Aug 15, 2013 11:09 pm
by Lukas
Nevermind, it turns out you have to write lowercase on the mac. "PNG" should be "png" and "QT" should be "qt" etc.

Mike is gonna update the FAQ, all is well.