[FFmpeg-user] Output image sequence duplicate first image

adam smith adamsmith79 at icloud.com
Tue Apr 21 12:08:49 EEST 2020


> On 21 Apr 2020, at 09:27, adam smith via ffmpeg-user <ffmpeg-user at ffmpeg.org> wrote:
> 
> 
> Thanks for the information. I will give it a whirl using the fps filter and see what happens.
> 

Good news…for me anyway. Carls suggestion appears to be a solution.
The new command is...

ffmpeg -y -i /data/vod-storage-dev/source/testfile.mxf -filter_complex "[0:0]fps=fps=20/60[vout]" -map "[vout]" -s 283x159 -frames:v 10 -pix_fmt yuvj420p -c:v mjpeg /data/temporary/1cq8tq69tkumv1es0zxeb0ty4qa_%03d.jpeg

The images created do not have a duplicated first image anymore :)
Again thanks for your help it is very much appreciated.

Adam


More information about the ffmpeg-user mailing list