Generating a png sequence with Anime Studio Debut
Posted: Sun Jan 25, 2015 12:56 pm
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.
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.