

The following command will make an mpeg4 movie out of gif files (the order of the flags is important):įfmpeg -f image2 -r 10 -i. How do I make a movie from a set of image files?īecause this function isn't really the primary purpose of the software, it's not well documented at the website. You can also download the latest source code there or a version snapshot through subversion they have not yet made a formal release but the movie-from-images bit is fairly stable. For a full description of ffmpeg's capabilities see the project website.

Its flexibility and the number of formats it can handle, as well as its speed, make it (in my opinion) a better choice than mpeg_encode, which is in any case no longer supported by Berkeley on any site that I can find. Although not its primary purpose, it includes the capability to quickly sew togteher a sequence of images into a movie, a common task in scientific applications.

How to make scientific movies with ffmpeg How to make scientific movies with ffmpeg What is ffmpeg?įfmpeg was designed as a sort of universal converter for various forms of media.
