Media Handler Pro is an .NET Video Encoder or Publisher utility that can convert any format video or audio to another format, grab single or multiple thumbs, extract audio from video, post watermark on video, split and join videos and perform other advance processing on media in real time using .net applications including ASP.NET.
You can download Media Handler Pro free version with C# and VB.NET sample codes from below.
Read first prerequisite section before using Media Handler Pro in your .NET Application.
Below is list of properties and methods that is not available in free version of Media Handler Pro ver 5.0
| Properties | Detail Information |
|---|---|
Duration |
Can't set / use duration property. All videos or audios encoded with free version only have 10 - 20 seconds of length. |
Multiple_Thumbs |
Can't generate multiple thumbs from video. In free version only single thumb can be taken from video. |
CustomCommand |
Can't use custom command property. |
Parameters |
Can't use parameter property. |
| Method | Detail Information |
|---|---|
Join_Videos() |
Method for joining two or more videos. |
Split_Video() |
Method for spliting video in two or more small clips. |
ImagesToVideo() |
Method for images to video conversion. |
Execute_FFMPEG() |
Method to process customize ffmpeg commands. |