Can ffmpeg burn in time code?
I have a need to burn in a time code to a video and am wondering if this is something that ffmpeg is capable of? Short answer, no. Long answer, yes, but not without using a separate library to create the frames with the rendered time code on them, with transparency filling the rest of the frame, then using FFmpeg to overlay the frames on the existing video. Off the top of my head I don't know how to do this, but I'm sure if you're creative you can figure it out. Edit: I've been working on this problem because it is an interesting question/project for me. I have come a little further in the