Can ffmpeg burn in time code?

后端 未结 7 1636
天涯浪人
天涯浪人 2020-12-07 21:16

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?

相关标签:
7条回答
  • 2020-12-07 22:09

    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.

    0 讨论(0)
提交回复
热议问题