Hacker News new | ask | show | jobs
by bisRepetita 1204 days ago
Thanks for sharing this.

If I wanted to use one of those animations as overlay on a video I have (with transparency), what export would you recommend? Based on your intro video, is seems it would be a series of PNG, or is there some other option?

1 comments

If your video editing tool can use an image sequence (e.g. 000.png, 001.png...), I'd recommend using the Image Sequence exporter[1]. If you want an actual video file with transparency, you can do that by using FFmpeg to encode a video from the image sequence, which we also have a guide for[2].

[1] https://www.construct.net/en/tutorials/exporting-image-seque...

[2] https://www.construct.net/en/tutorials/exporting-videos-tran...

Thank you!