I have an avi video and I want to display frame number in the video.
Frame rate = 40fps
I'm using this script:
ffmpeg -i maxSSIM_realTime_C_L_560x448.avi -vf "drawtext=fontfile=Arial.ttf: text=%{n}: x=(w-tw)/2: y=h-(2*lh): fontcolor=white: box=1: boxcolor=0x00000099" -qscale 0 -y maxSSIM_real_time.avi
But I get [Parsed_drawtext_0 @ 0000000000732d00] Cannot find a valid font for the family Sans
.
Where can I find fonts in windows 7?