Our web has application has a requirement to convert any uploaded video
files to FLV format realtime. We planned to use Ffmpeg.exe for the conversion.
However since running executable files on a shared server is not allowed for
security reasons, we would like to know if there are any other alternative solution
to do the conversion. Are there any 3rd party assemblies(DLLs) or components available
for converting video files to FLV format.
minnushefeek
0 Points
1 Post
Uploaded video conversion.
Apr 02, 2012 05:25 AM|LINK
Our web has application has a requirement to convert any uploaded video
files to FLV format realtime. We planned to use Ffmpeg.exe for the conversion.
However since running executable files on a shared server is not allowed for
security reasons, we would like to know if there are any other alternative solution
to do the conversion. Are there any 3rd party assemblies(DLLs) or components available
for converting video files to FLV format.
Vipindas
Contributor
5720 Points
858 Posts
Re: Uploaded video conversion.
Apr 02, 2012 06:53 AM|LINK
Refer this
http://successontheweb.blogspot.in/2008/10/using-aspnet-to-convert-wmv-to-flv.html
http://bickelsandhuconsulting.com/developer/asp-net/convert-video-to-flv-and-create-thumbnails-from-file-using-c/