Generating a png sequence with Anime Studio Debut

General Moho topics.

Moderators: Víctor Paredes, Belgarath, slowtiger

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

Generating a png sequence with Anime Studio Debut

Post by Lebostein »

I don't know why png sequence exporting is deactivated. But you can export a mov:

1. Format: QuickTime Movie
2. Compression type: Animation
3. Compressor depth: Millions of colors+

And then you can split these movie in separate png files with alpha channel using ffmpeg:

ffmpeg -i animation.mov animation_%3d.png

After that you found the frame files (with alpha channel) in your directory:
animation_001.png
animation_002.png
animation_003.png
....

I have tested this with AS 6,7 and 8. It works. I think this should work with 9 and 10 in the same way.
Lebostein
Posts: 111
Joined: Sun Jul 12, 2009 2:24 am

Re: Generating a png sequence with Anime Studio Debut

Post by Lebostein »

I have seen, that the sequential PNG export is possible with Anime Studio 10 Debut now! :D
You should update your feature list. According to the list is the sequential PNG export not allowed:
http://my.smithmicro.com/anime-compare.html
Post Reply