Posts Tagged ‘ffmpeg’

Capturing multiple thumbnails from a movie using ffmpeg

When working with video processing scripts, a common requirement is to create thumbnails from a video. Fortunately, with ffmpeg we can make still captures from a a video, and i will show you 2 of the methods in this article.

Ffmpeg 0.6 release – now with html5 support

On 15 June 2010  Ffmpeg announced their new release : Ffmpeg 0.6 , whose main feature is support for libvpx library for the vp8 codec, which means it will now support html5 video conversion.
This is a major step in the process of adopting html5 as a standard for video sharing sites, and in my opinion, [...]