I'm trying to use ffmpeg to add blinking / flashing text to a short movie file.
The code attached works for blinking text every 10th frame BUT the text only comes up for a single frame, so it's not very readable. I'd like it to hold for, say, 4 frames. I wonder if theres some kinda fancy combo using between as well as enable?
I'm semi new to this so my brain stopped when trying to come up with a solution.
ffmpeg -i input.mov -vf "drawtext=text='TEXTY':enable= (not (mod(n\,10)) )" output.gif