ASP.NET C# Programatically convert video on the fly

asp.net, c#, video

Solution

You can use MPlayer and Interop that with C#. I know a lot of websites use it to convert uploaded files to flash.

Problem

I want to convert video as it is uploaded to H.264 or an alternate HQ video to play in a flash player. I would like to support as many file formats as possible. Can anyone recommend a tool. Thanks EDIT: Need to be compatible on a Windows shared hosting account.

Original source