Render animated SVGs into transparent PNG sequences for Adobe Stock video creation.
Run these commands in the extracted ZIP folder to generate video files accepted by Adobe Stock.
ffmpeg -framerate 60 -i frame_%04d.png -c:v prores_ks -profile:v 4 -pix_fmt yuva444p10le output_transparent.mov
ffmpeg -framerate 60 -i frame_%04d.png -c:v libx264 -pix_fmt yuv420p output_solid.mp4