Render Farm
Moderators: Víctor Paredes, slowtiger
-
- Posts: 19
- Joined: Mon Jul 10, 2006 10:17 pm
Render Farm
Is there any way to use Moho with a Render Farm?
- Lost Marble
- Site Admin
- Posts: 2355
- Joined: Tue Aug 03, 2004 6:02 pm
- Location: Scotts Valley, California, USA
- Contact:
Yes. Moho can be run in command-line mode. There's no specific support for network rendering or splitting a job between multiple computers, but the command-line support lets you set this all up using your own render farm software. Here's more info:
http://www.lostmarble.com/forum/viewtopic.php?t=1318
http://www.lostmarble.com/forum/viewtopic.php?t=1318
- Lost Marble
- Site Admin
- Posts: 2355
- Joined: Tue Aug 03, 2004 6:02 pm
- Location: Scotts Valley, California, USA
- Contact:
Ok, not sure what's happening here but the command line option doesn't work when I start adding options.
I can render this fine...
I can render this fine...
but as soon as I add an output and format it doesn't."C:\Program Files\Moho\moho.exe" -r MoonJump.moho
Any suggestions?"C:\Program Files\Moho\moho.exe" -r MoonJump.moho -o C:\Documents and Settings\Owner.FLASHPULSE\Desktop\render_test.mov -f QT
And looking at it closer, I bet you need double quotes around your arguments:
since there is a space in there.
jorgy
Code: Select all
"C:\Documents and Settings\Owner.FLASHPULSE\Desktop\render_test.mov"
jorgy