Posts Tagged ‘video sharing’

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, [...]

OEmbed – transforming video links to embeds

Since the video sharing phenomenon began, many web developers struggle with the problem of embeding the videos without knowing anything but the url where the video page is. Many users didn’t know anything about embed code, how to put videos on their blog or other tehnical stuff like that, so developers tried to find ways [...]