4
Aug
// php the_time('Y') ?>
There are various video sharing services, like Youtube or Vimeo, in the web that can host and serve the files for us which is great.
However, there are cases that these services may not be a good fit like "unbranded videos", "custom sizes", a custom player, etc. This is when we usually need to convert/encode our videos to make them ready for the web.
And there are multiple formats like the popular FLV or HTML5 video formats like OGG, h.264 and WebM where you may need multiple versions of the same video for maximum compability.
Here are free video converter applications that support these formats to help you complete this process easily:

A very simple but powerful application to convert any video into MP4, WebM (vp8), Ogg Theora, or for Android, iPhone, and more.
Miro Video Converter is open source and has presets to convert videos into selected device with the right size + format.

Freemake is a feature-rich video converter that supports too many formats from avi, wmv, flv or swf to mp3, ogg, aac, wma and much more.
The program also has built-in video editing, photo slideshow creation and burning the outputs to DVD.
Read the rest of this entry »
21
May
// php the_time('Y') ?>
Video JS is a JavaScript-based HTML5 video player that falls back to Flowplayer for unsupported browsers .
The player supports H.264, Theora OGG and the new Google-powered WebM formats.
It is lightweight, doesn't use any images and can be totally skinned with CSS.
Also, it does not depend on any JavaScript frameworks, has support for fullscreen and volume controls.

Requirements: No Requirements
Compatibility: All Major Browsers (with fall back to Flowplayer)
17
May
// php the_time('Y') ?>
The popular web player JW Player now has a HTML5 version after its well-known Flash and Silverlight ones.
JW Player For HTML5 is a totally skinnable and configurable player based on the <video> tag of HTML5.
It is built with jQuery, and for any browser without HTML5 support, falls back to the JW Player for Flash automatically.

The player can be set to display a poster image before and/or after the video.
Also, it is possible to make it auto-play, auto-repeat, start with a pre-defined volume and much more.
Considering the player falls back to Flash, the formats supported are also the ones that can be played by Flash:
- H264 baseline video / AAC low-complexity audio in the MP4 or MOV container
- Theora video / Vorbis audio in the OGG container
- VP6 video / MP3 audio in the FLV container
- Spark (H263) video / MP3 audio in the FLV container
P.S. The player is currently in beta status, does not have all the features of JW players but works pretty stable.
Requirements: jQuery
Compatibility: All Major Browsers
6
May
// php the_time('Y') ?>
With the rise of HTML5, formats like H.264 or OGG is being used much more everyday besides the well-known FLV (and yes, there is HD too).
In order to be compatible with every device and browser, you may need to serve multiple formats of the same video (like Youtube or Vimeo does).
And, with new videos being uploaded every minute, this can be a complex situation.

Panda is an online platform that enables you to convert videos into multiple formats in the cloud.
With a REST-based API, the platform not only helps encoding the videos, but the uploading process as well.
How Does It Work?
It is actually pretty simple and you can be up & going within hours (including the uploading and encoding of them).
- create a form on your site which includes the provided Flash file upload component
- user starts uploading the video (Panda displays a progress bar) and, once uploaded, it is added to the encoding queue
- Panda submits you the ID of the video being encoded and puts it to your S3 bucket + updates you back when it is completed
- That's it, you're ready to stream.
The platform offers ready to use codes for integration like a jQuery client uploader, PHP, Python libraries and a gem for Ruby.
Rather than pricing the service on a per-video basis, Panda provides you a dedicated cloud where you can encode an unlimited number of videos.
It is currently in public beta and free during this period. After that, a dedicated cloud of any size can be chosen depending on the processing power required.
P.S. This is a sponsored post.
Requirements: Amazon AWS account and S3 Bucket
25
Apr
// php the_time('Y') ?>
Kaltura, an advanced video publishing platform, is sharing a free and open source HTML5 Video & Media JavaScript Library.
The library enables you to use the HTML5 <video> and <audio> tags today with a cross-browser and consistent player.
It is a feature-rich library that is built on jQuery and jQueryUI which makes theming, customizing and extending easier.

The player supports the open media formats ogg theora/vorbis (if you're using h.264 formats, the library supports a smooth transition with fallback to h.264 sources).
Besides the video player, there is also a compact audio player with similar features.
It can gracefully identify the best playback engine (native HTML5, Flash, VLC or Java Cortado) for your settings and video format.
The player's interface is multilingual (with the help of language files), it is already integrated with MediaWiki and can be integrated into any other platform easily.
Requirements: No Requirements
Compatibility: All Major Browsers
11
Feb
// php the_time('Y') ?>
Video For Everybody is a smartly created HTML code for embedding videos into websites using the HTML5 <video> element.
If HTML5 is not supported, it falls back to QuickTime & Flash as the last option automatically (actually, as the last option, it can display an image if the Flash is not supported).

It does not use any JavaScript or browser-sniffing & works in RSS readers, iPhone / iPad besides all the major browsers.
Video For Everybody requires the video to be encoded in 2 different formats:
- MP4 (Safari, Flash, iPhone / iPad)
- OGG (Firefox 3.5+, Chrome, Opera 10.5+)
There is also a test page provided to see the compatibility it offers across browsers.
Compatibility: All Major Browsers (Linux systems without Firefox 3.5, Flash or MPEG-4 codecs can have problems)
13
May
// php the_time('Y') ?>
Subsonic is an open source web-based media streamer application that helps sharing your music or listening it anytime/anywhere.
It allows streaming to multiple users & can handle very large music collections.

It is compatible with every audio or video format that can stream over HTTP, like AAC and OGG. Also, Subsonic works with any network-enabled media player, such as Winamp, iTunes, XMMS, VLC, MusicMatch and Windows Media Player.
It can integrate with various web services like Last.fm, Amazon (for cover art) & more.
And, considering media files are generally huge, it supports automatic zipping/unzipping while downloading & uploading them.
Requirements: Java