Copy link to clipboard
Copied
I'm currently writing a program to programatically export a series of .FLA files into .MOV files, however, I've noticed that the ability to change the size the stage is rendered at is absent from the Document Object Model's "exportVideo()" method. Is there a simple workaround for this, or is it not possible?
Copy link to clipboard
Copied
Hi.
You can temporarily add AS3 code to a frame in the main timeline and change the scale of the stage.
This approach is used in this script:
https://community.adobe.com/t5/animate-discussions/exporting-selected-scene-as-video/m-p/9254446
Regards,
JC
Copy link to clipboard
Copied
Thank you for this answer! With some tinkering, I've managed to get it to work for me for the most part.
However, for whatever reason the first frame of each exported animation doesn't get upscaled to the desired resolution. Any clue why that may be?
Find more inspiration, events, and resources on the new Adobe Community
Explore Now