I'm using this command with ffmpeg to generate a poster image every 60 seconds (it works as expected). -vf fps=1/60 "${path}/poster%03d.png" I would like to however just overwrite poster.png every time instead of creating a unique filename for each image.