Hacker News new | ask | show | jobs
by AshleysBrain 1204 days ago
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...

1 comments

Thank you!