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?
in more recent builds, you can use the drawtext filter (the "t" in its examples is, I believe, the timestamp of the frame) to insert text. It also works for srtftime on the "current" system time as well.