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 support both c# and vb.net.
Sample Code for using ASP.NET Video Uploader Control:
Just grab upload.ascx file on page where you want video uploading functionality.
In codebehind file set upload.ascx main properties as mentioned below.
// folder path where source video will store after uploading.
upload1.OriginalPath = RootPath + "\\contents\\original";
// folder path where flash flv video will store after publishing
upload1.FLVPath = RootPath + "\\contents\\flv";
// folder path where video thumbs will store.
upload1.ThumbPath = RootPath + "\\contents\\thumbs";
// watermark image path if required. (optional)
upload1.WatermarkPath = RootPath + "\\contents\\watermark";
upload1.WatermarkImage ="watermark.gif";
// allowed source video formats.
upload1.VideoAllowableExtensions = "mp4,avi,wmv,flv,mpg,mpeg,mov";
// max video size in MB.
upload1.MaxVideoSize = 10;
// grab single or multiple thumbs from video.
upload1.isMultipleThumbs = true; // 15 thumbs will be grabbed.
You can customize uploader component by adding more fields and store retrieved information in media tables for later processing.
This control is available with the following packages available for purchase on
http://www.mediasoftpro.com/purchase.html
- Media Handler Pro + ASP.NET Video Uploader
- Video Starter Kit Light Edition
- Video Starter Kit Advance Edition
- Media Handler Pro with Source Code
Feedback will be appreciated.