Skip to content Skip to sidebar Skip to footer

Azure Media Services And Html5 Video

I want to use Azure Media Services to allow my users to upload a video (in any file format -- supported by the media services of course) and then perform the following steps: Crea

Solution 1:

WEBM and OGV are not supported by Windows Azure Media Encoder. You can find a list a available presets here : http://msdn.microsoft.com/en-us/library/windowsazure/jj129582.aspx

Thumbnails creation is possible.

You will find all you need on this page : http://msdn.microsoft.com/en-us/library/windowsazure/hh973629.aspx

Hope this helps !

Julien

Post a Comment for "Azure Media Services And Html5 Video"