eGreetings, I’m just getting started using ffmpeg (in Windows) and after a couple of days of hack’n code I still can’t get anything to work as the sample codes suggest.
What I am trying to do should be simple (and prob is if understood): An example... I have 20 jpg images named “image01.bmp” to image20.bmp” (or jpg): all are the same size. I have ffmpeg.exe located in the same folder as the images. I want to create an mp4 or avi video by combining them together... I’m using this code (within a simple bat file): ffmpeg -f image2 -i image%2d.jpg video.mp4 or ffmpeg -f image2 -i image%2d.jpg video.avi This is just a test to see if can get to work – which does not. Any help on what I’m doing wrong? Also (after this is figured out) II d like to have each image display for 10 seconds – any help on how to do that also? Thanks a bunch for any help – have a GREAT day, mikeB _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
