How do I export renders with timecode embedded

I’ve done a script that converts the .png render to a .mov file. I’m updating the repo for be able to choose the codec and other configs.

It’s very simple, each .png has the frame number and if you divide it you will get the timecode in seconds. Then it changes the format to hh:mm:ss and that’s it :D. The last step is render the video with FFmpeg.

https://github.com/PGSCOM/TimecodeUnreal