Click here to Skip to main content
15,886,199 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Video streaming in asp.net Pin
Anne_mathew15-Nov-07 21:22
Anne_mathew15-Nov-07 21:22 
QuestionClose using Java Script Pin
Mr.Sam15-Nov-07 0:23
Mr.Sam15-Nov-07 0:23 
AnswerRe: Close using Java Script Pin
Sherin Iranimose15-Nov-07 1:14
Sherin Iranimose15-Nov-07 1:14 
GeneralRe: Close using Java Script [modified] Pin
Mr.Sam15-Nov-07 1:18
Mr.Sam15-Nov-07 1:18 
QuestionConvert .wmv or .avi files to .flv file using ASP .NET Pin
AumSingh14-Nov-07 23:53
professionalAumSingh14-Nov-07 23:53 
AnswerRe: Convert .wmv or .avi files to .flv file using ASP .NET Pin
Christian Graus14-Nov-07 23:57
protectorChristian Graus14-Nov-07 23:57 
GeneralRe: Convert .wmv or .avi files to .flv file using ASP .NET Pin
AumSingh15-Nov-07 20:50
professionalAumSingh15-Nov-07 20:50 
GeneralRe: Convert .wmv or .avi files to .flv file using ASP .NET Pin
AumSingh16-Nov-07 4:51
professionalAumSingh16-Nov-07 4:51 
Hey its working for me. There are some sites e.g. http://www.mediasoftpro.com/ where they give already built dll which we can easily implement in our project. All such dlls are actually wrapper to the free tool ffmpeg.exe which can convert videos and audios from one format to another. So i thought to use the tool itself instead of the wrapper dll. I have tried very simple example n its working for me so thought to share it it with all.

Download ffmpeg.exe from (http://ffdshow.faireal.net/mirror/ffmpeg/). you will get a dll along with it (pthreadGC2.dll) keep both the exe and this dll together.

FFmpeg Documentation (http://ffmpeg.mplayerhq.hu/ffmpeg-doc.html) will be required for the syntax.

If you run it via command prompt then this is the syntax

ffmpeg -i inputfilename outputfilename

If it is to be executed via .net then follow what Christianhad suggested in the post before. Process.Start can be used to execute an executable.Do remember to give write permission to the asp worker process on the folder where the resultant flv file will be saved. If you dont then the program will run without any error or warning but output file will not be produced.

One more thing it do not convert .wmv files to .flv . Is there any way out to it........?

Questiongrid i grid Pin
Sonia Gupta14-Nov-07 23:07
Sonia Gupta14-Nov-07 23:07 
AnswerRe: grid i grid Pin
Prateek G14-Nov-07 23:12
Prateek G14-Nov-07 23:12 
GeneralRe: grid i grid Pin
Sonia Gupta14-Nov-07 23:20
Sonia Gupta14-Nov-07 23:20 
GeneralRe: grid i grid Pin
Christian Graus14-Nov-07 23:28
protectorChristian Graus14-Nov-07 23:28 
GeneralRe: grid i grid Pin
Sonia Gupta14-Nov-07 23:39
Sonia Gupta14-Nov-07 23:39 
JokeRe: grid i grid Pin
Sun Rays14-Nov-07 23:44
Sun Rays14-Nov-07 23:44 
GeneralRe: grid i grid Pin
Sonia Gupta14-Nov-07 23:46
Sonia Gupta14-Nov-07 23:46 
GeneralRe: grid i grid Pin
Prateek G14-Nov-07 23:49
Prateek G14-Nov-07 23:49 
GeneralRe: grid i grid Pin
Sonia Gupta14-Nov-07 23:52
Sonia Gupta14-Nov-07 23:52 
GeneralRe: grid i grid Pin
Sun Rays14-Nov-07 23:55
Sun Rays14-Nov-07 23:55 
GeneralRe: grid i grid Pin
Christian Graus14-Nov-07 23:56
protectorChristian Graus14-Nov-07 23:56 
GeneralRe: grid i grid Pin
Sonia Gupta15-Nov-07 0:02
Sonia Gupta15-Nov-07 0:02 
GeneralRe: grid i grid Pin
John-ph14-Nov-07 23:58
John-ph14-Nov-07 23:58 
GeneralRe: grid i grid Pin
J4amieC15-Nov-07 2:40
J4amieC15-Nov-07 2:40 
AnswerRe: grid i grid Pin
Imran Khan Pathan14-Nov-07 23:46
Imran Khan Pathan14-Nov-07 23:46 
GeneralRe: grid i grid Pin
Sonia Gupta14-Nov-07 23:49
Sonia Gupta14-Nov-07 23:49 
Questionfiledownloading [modified] Pin
Sunil Wise14-Nov-07 22:30
professionalSunil Wise14-Nov-07 22:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.