[FFmpeg-user] ffmpeg ignores duration and skips concat images

Carl Eugen Hoyos cehoyos at ag.or.at
Mon Jun 16 09:30:56 CEST 2014


Simon Thelen <ffmpeg-user <at> c-14.de> writes:

> ffmpeg -report -f image2 -r 1 -i png.other/%04d.png 
> -c:v mpeg4 othermpeg4.mkv

Could you test if using -threads 1 makes a difference?
$ ffmpeg -r 1 -threads 1 -i png.other/%04d.png out.mkv

Carl Eugen



More information about the ffmpeg-user mailing list