Posted on July, 2010 by Moderator.Tags: html5,webm,asp.net vp8,asp.net video encoding
You can use the following sample code to publish any format video to flash flv, mp4, vp8 webm, ogg vorbis, grab thumb in one step using ASP.NET Media Handler Pro.

Note: You need to download latest ffmpeg build with support of VP8 codec

Sample Code:
[quote]
         _mhandler.InputPath = RootPath + "\\contents\\original";
        _mhandler.OutputPath = RootPath + "\\contents\\output";
         VideoInfo info = new VideoInfo();
        _mhandler.FileName = "sample.wmv";
        _mhandler.OutputFileName = "sample";
         //***************************************
         //FLV Encoding
&.... read more.

No Comments

Post a text comment

No commments posted on video.

Name:
 Remaining character count: 500
©2007 - 2010, MediaSoft Pro Inc  | Site Map