Revision: 60847
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at November 13, 2012 09:52 by jmiller
Initial Code
ffmpeg -f image2 -r 30 -i ImageName%04d.png -sameq video.mp4
Initial URL
Initial Description
This would convert images at 30fps to a mp4 video, with sequence titles: ImageName0000.png, ImageName0001.png, etc. You could use -r 1/5 to use one frame every five seconds.
Initial Title
Convert image sequence to video
Initial Tags
image, video
Initial Language
Bash