Re: [FFmpeg-user] ffmpeg : images to mp4 -> exact framerate required

2019-03-14 Thread Carl Eugen Hoyos
2019-03-14 19:04 GMT+01:00, Lars Michaelis : > Hi, > > I'm creating a mp4 file from several images by following ffmpeg call. > > ffmpeg.exe -y -framerate 25 -i img_%08d.png -vcodec libx264 -pix_fmt > yuv420p -preset veryslow -crf 25 out.mp4 Complete, uncut console output missing. > Each

[FFmpeg-user] ffmpeg : images to mp4 -> exact framerate required

2019-03-14 Thread Lars Michaelis
Hi, I'm creating a mp4 file from several images by following ffmpeg call. ffmpeg.exe -y -framerate 25 -i img_%08d.png -vcodec libx264 -pix_fmt yuv420p -preset veryslow -crf 25 out.mp4 Each image displays a timestamp in milliseconds(for output framerate = 25 fps). img_.png => 0