Skip to content

Instantly share code, notes, and snippets.

@m1tk4
m1tk4 / DFTimecodeFFmpeg.sh
Last active April 18, 2018 23:22
FFmpeg Drop-Frame Timecode Burn-in
# 59.94 drop frame timecodes
# NOTE: if you change ; in TC template to : it will produce 59.94 NDF!
ffmpeg -i input.ts vf drawtext="fontsize=15:fontfile=Roboto-Regular.ttf:\ timecode='00\:00\:00\;00':rate=60000/1001:text='TCR\:':fontsize=72:fontcolor='white':\ boxcolor=0x00000088:box=1:x=10:y=10" -r 60000/1001 output.ts