[FFmpeg-user] Burn Frame Number/Time Code onto Image Sequence

Indian Maiden theindianmaiden at gmail.com
Wed Jan 30 20:12:53 CET 2013


I am trying to burn at least the frame number on an exported image sequence
and cannot quite figure it out.

The closest I have come in my yahoo searching is
ffmpeg -i D:/imagesequence/background.jpg -vf
"movie='D\:/imagesequence/dpx/thumbnail.jpg' [watermark]; [in][watermark]
overlay=(main_w-overlay_w)/2:(main_h-overlay_h)/3[water];[water]
drawtext=fontsize=18:fontcolor=Yellow:fontfile=/Windows/Fonts/arial.ttf:text='shotcam':x=(w)/2:y=(h)-25,drawtext=fontsize=18:fontcolor=Yellow:fontfile=/Windows/Fonts/arial.ttf:text='Frame
\:':x=(w)/1.2:y=(h)-25[out]" D:/imagesequence/dpx/final_with_text_mod_04.jpg

But even with this example it does not work.

This makes no sense to me:
'Frame \:':x=(w)/1.2:y=(h)-25[out]

Can some explain to me how this could burn frame number into my exported
image?


More information about the ffmpeg-user mailing list