> On 21 Apr 2020, at 09:27, adam smith via ffmpeg-user <[email protected]> > 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 _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
