Export animation via command line?

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

Moderators: Víctor Paredes, Belgarath, slowtiger

Post Reply
Lebostein
Posts: 111
Joined: Sun Jul 12, 2009 10:24 am

Export animation via command line?

Post by Lebostein »

It is possible to render an animation to a png sequence with command line functionality?
Stan
Posts: 199
Joined: Sun Apr 19, 2009 3:22 pm

Re: Export animation via command line?

Post by Stan »

-f format This tells Anime Studio what format to render the output as. Valid formats are QT (QuickTime - Windows and Mac only), JPEG, TGA, BMP, PNG, or SWF (Flash). The QT and SWF formats generate a single output file, while the other formats created numbered sequences of still images. If you don't specify a format, on Windows and Mac the default format is QT, on Linux the default is JPEG.

NOTE: Starting in Anime Studio Pro 9.5, the format type must be entered in lower case. Use jpeg instead of JPEG, png instead of PNG, etc.
http://lostmarble.com/forum/viewtopic.p ... 318&p=6190
________________________________________________________________________
https://mohoscripting.com/ - Unofficial Moho Lua scripting documentation
https://mohoscripts.com/ - The best place to publish and download scripts for Moho
Lebostein
Posts: 111
Joined: Sun Jul 12, 2009 10:24 am

Re: Export animation via command line?

Post by Lebostein »

If I use the following command line, the GUI is opened, the specific file is loaded but nothing happens:

Code: Select all

"c:\Programme\Smith Micro\Anime Studio Debut 10\Anime Studio Debut Win32.exe" -f png -r "c:\Temp\hans.anme"
1. I have expected an non-GUI execution... :?:
No GUI will be launched.
2. Why nothing happens (no rendering) after opening?
Stan
Posts: 199
Joined: Sun Apr 19, 2009 3:22 pm

Re: Export animation via command line?

Post by Stan »

I never used Debut, but based on your input I presume that command line rendering is a Pro-only feature.
________________________________________________________________________
https://mohoscripting.com/ - Unofficial Moho Lua scripting documentation
https://mohoscripts.com/ - The best place to publish and download scripts for Moho
Post Reply