That's what I tried. But got an error.

I needed -update 1

-------- Original Message --------
Subject: Re: [FFmpeg-user] generate a poster image with ffmpeg
Local Time: December 28 2015 3:07 am
UTC Time: December 28 2015 11:07 am
From: [email protected]
To: [email protected]



Am 28.12.2015 um 11:55 schrieb chovy:
> 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.

so just replace "poster%03d.png" with that filename

_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user
_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Reply via email to