Recently Added Blog Posts - Posted All Time

Showing 1 to 10 of 17 records
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.
Everyone who has visited YouTube.com in the past four years knows that you can embed video in a web page. But prior to HTML5, there was no standards-based way to do this.  Every video you've watched on the web has been funneled through a third party plugin (QuickTime, RealPlayer, Flash). 

HTML5 defines a standard way to embed video in a web page, using a <video> element. Support for the <video> element is still evolving, which is a polite way of saying it doesn’t work yet. At least, it doesn’t work everywhere. But don’t despair! There are alternatives and fallbacks and options.

Video Codecs:

There are tons of video codecs. The three most relevant codecs are H.264, Theora, and VP8.

i H.264 is also known as “MPEG-4 part 10,” a.k.a. “MPEG-4 AVC,” a.k.a. “MPEG-4 Advanced Video Coding.” H.264 was also devel.... read more.
Posted on July, 2010 by Moderator.Tags: asp.net video,extract frames,jpg to video
You can use the following code through ASP.NET Media Handler Pro
component to extract all frames of video into jpg images.
Extracting Frames:

_mhandler.InputPath = RootPath + "\\contents\\original";
_mhandler.OutputPath = RootPath + "\\contents\\thumbs";
_mhandler.FileName = "xmen-origins-wolverine.mp4";
_mhandler.OutputFileName = "sample_";
_mhandler.OutputExtension = "%010d.jpg";
_mhandler.Force = "image2";
VideoInfo info = _mhandler.Process();

Re Encoding Frames / Images into Video:
Example below will encode all jpg frames into flash flv video, you can
encode it in any format.
[quote]
_mhandler.InputPath = RootPath + "\\contents\\thumbs";
_mhandler.OutputPath = RootPath + "\\contents\\flv";
_mhandler.FileName = &qu.... read more.
ASP.NET Video Uploader Control (.ascx file) include complex script that can handle video uploading, publishing to flash flv format, grabing single or multiple thumbs, set meta data for flash flv video, output validation and retrieve useful information from video in one step just by dragging control on page by allowing developer to avoid writing lots of code.
Features:
Main features in ASP.NET Video Uploader Control includes,
  • Video Uploading
  • Video publishing using .NET Media Handler Pro component.
  • Set Meta Information for flash flv video.
  • Grab single or multiple thumbs.
  • Post watermark on output video. (optional)
  • Validation of source and output video.
  • Create audio mp3 file (optional).
  • and more.
Languages:
ASP.NET Video Uploader Control
suppo.... read more.
Posted on April, 2010 by Moderator.Tags: .net video encoder
.NET Media Handler Pro media processing component version 5.0 has been released with lots of improvements, addition of advance features and simplifying code for handling advance level of media processing.

What's New in Media Handler Pro 5.0:
  • Generalize way to process any format media file to another format. learn more.
  • Joining and encoding two or more video clips in one output file.
  • Improved script for splitting video in small clips.
  • Images to video conversion.
  • Improved script for grabbing multiple thumbs. Now support grabbing thumbs from long length videos.
  • Support using x264 preset files for encoding high quality h264 videos using libx264 codec.
  • Redesigned parsing script for more efficiently retrieving media information from videos.
  • More control on error handling and information parsing.
Media Handler Pro.... read more.
Embedding videos is the powerful way to manage and share videos and increase your website visibility on the web.
You can use Video Starter Kit - Advance Edition as a complete web application for managing, sharing and streaming embedded videos in ASP.NET.
Video Starter Kit support three types of content management.
  • Site Videos: In this case only site videos will be allowed to be manage on website.
  • Embedded Videos: In this case only third party videos via embedded script to be allowed on website.
  • Both: In this case both site videos and third party videos allowed to be managed on website.
Embedding videos has lots of advantages.
  • No disk space uses.
  • No special encoding tool or sdk requires.
  • No bandwidth consumes while streaming videos.
  • Site performance maintain.
You can create .... read more.
Embedding videos is the powerful way to manage and share videos and increase your website visibility on the web.
You can use Video Starter Kit - Advance Edition as a complete web application for managing, sharing and streaming embedded videos in ASP.NET. Video Starter Kit support three types of content management.
  • Site Videos: In this case only site videos will be allowed to be manage on website.
  • Embedded Videos: In this case only third party videos via embedded script to be allowed on website.
  • Both: In this case both site videos and third party videos allowed to be managed on website.
Embedding videos has lots of advantages.
  • No disk space uses.
  • No special encoding tool or sdk requires.
  • No bandwidth consumes while streaming videos.
  • Site performance maintain.
You can create embedded.... read more.
Microsoft Silverlight is a web application framework that provides functionalities similar to those in Adobe Flash.
Video Starter Kit - Advance Edition can be work as SilverLight web application to provide features for streaming wmv videos through silverlight players instead of flash streaming.
Configuring Silverlight Player / Streaming in Video Starter Kit - Advance Edition.
You can easily configure video starter kit to publish videos in wmv format and later stream through silverlight player.
Steps:
i: Go to control panel -> configuration.
ii: Click on Advance tab and choose output type as "Silverlight WMV"
iii: Click update button to save your settings.
After choosing Silverlight WMV all videos will be encoded in wmv streaming format so that it will be stream through silverlight player.
Silverlight Player:
The following silverlight player used in Video Starter Kit - Ad.... read more.
Video Starter Kit - Advance Edition ver 5.1 Release with lots of improvements and new features.
New Features:
New features added in VSK - AE ver 5.1 are
  • Archive contents.
  • Set Meta information and Page title for dynamic and static pages from centralize location. This will help you to set Meta information and page title for pages easily without changing data on every page. It will ease your work if you setup Video Starter Kit Advance Edition for variety of purposes.
  • Improved google sitemap for posting contents (tags, categories, videos) to google via sitemap.
  • Fully compatible with ASP.NET Photo Sharing Script & ASP.NET Blog Kit.
  • Lots of more improvements in control panel and main section.
For complete detail about Video Starter Kit - Advance Edition (Youtube Clone) visit
read more.
Posted on January, 2010 by Moderator.Tags: asp.net blog kit,blog project,c#,vb.net,asp.net
ASP.NET Kit s a complete code for posting, managing, reading and sharing across other blog engines via RSS or Feed Burners. It is also written in (c#, vb.net) and fully compatible with Video Starter Kit - Advance Edition.
It include all basic and advance features that is required for building Blog / Article website in ASP.NET.
It is released as a plugin for Video Starter Kit - Advance Edition.
Main Feature Includes
  • Posting articles & blog posts with all actions including BBCode supported.
  • Managing blogs in listings (Main Listing, Categorizing, Tagging, Archiving etc)
  • Advance blog preview with all options for sharing, rating, commenting photos.
  • Blog listing via RSS.
  • Admin management.
  • and lots of more features.
 You can easily integrate it into your existing Video Starter Kit - AE solution by just follow the simple instructions written in read.... read more.

Sponsors:

©2007 - 2010, MediaSoft Pro Inc  | Site Map