Movie Scenes turned into Animated GIFs


Animated GIF images may remind you of those cluttered and distracting homepages of the Geocities era but take a peek at this impressive tumblr blog and it might forever change the way you think of GIFs.
The site features a brilliant collection of GIF animations created using frames of classic movie scenes that play in an endless loop. Here are some examples:


[*] If you have a fairly long video file and would only like to convert a portion of it into an image, you need to slightly modify the ffmpeg parameters as shown below:
c:\ffmpeg\ffmpeg.exe -i movie.avi –ss 5 –t 3 img-%03d.gif
The parameter ‘ss’ refers to the start position in the video while ‘t’ is the duration for which you want to extract the frames. So in the above example, image frames for the file movie.avi will be at created from the 5 second mark for the next 3 seconds on the video.
If you would like to stop GIFs from animating in the browser, just hit the Escape key



0 comments:

Post a Comment