Command-line rendering: Unrecogonized output format???

Moho allows users to write new tools and plugins. Discuss scripting ideas and problems here.

Moderators: Víctor Paredes, Belgarath, slowtiger

Post Reply
User avatar
Lukas
Posts: 1336
Joined: Fri Apr 09, 2010 9:00 am
Location: Netherlands
Contact:

Command-line rendering: Unrecogonized output format???

Post 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.
User avatar
Lukas
Posts: 1336
Joined: Fri Apr 09, 2010 9:00 am
Location: Netherlands
Contact:

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

Post 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.
Post Reply