Hello all, I am quite new to ffmpeg so still learning many things for creating a video animation for my chemistry project. I have multiple “res-%d.png” files but when I try to use ffmpeg to generate a video it starts from a random .png file. My png files are numbered from res-5.png to res-180.png.
The command I give is : ffmpeg -framerate 5 -pattern_type glob -i '*.png' -c:v libx264 output.mp4 Please help! Thank you Best, Ayush Narsaria PhD Student VU University, Amsterdam _______________________________________________ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".