954,560 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

How to convert any kind of video files to flv and show in (asp.net)webpage

Hello frnd's...

Im new to web developement side.I have seeked a lot but i didnt got any idea that how to convert any kind of video files to flv type and display in that webpage.I have tried a lot but i didnt get any samples and code for this process.Can anyone help me how to do this.Awating for ur reply Experts...

Tks in Adv...

Samcaleb05....

samcaleb05
Newbie Poster
10 posts since Feb 2009
Reputation Points: 10
Solved Threads: 0
 

Try the solution given in the following link.
Convert Viedo to .Flv Using c#.net on Web

Also refer this link.
Using ASP.Net To Convert WMV To FLV Using FFMPEG

Ramesh S
Posting Pro
583 posts since Jun 2009
Reputation Points: 165
Solved Threads: 113
 

How about converting it so that it can be played with the silverlight media player using Expression Encoder

sedgey
Junior Poster
131 posts since Jan 2007
Reputation Points: 68
Solved Threads: 9
 

Hello Mr.ramesh i used ffmpeg.exe to convert my video files to flv file but i converts in command prompt but that converted flv file is not save in my folder .Kindly aid me

Awaiting for ur reply...

Tks in Adv...

Samcaleb05...

samcaleb05
Newbie Poster
10 posts since Feb 2009
Reputation Points: 10
Solved Threads: 0
 

Hello frnd's...

Can anyone say how to pass arguments for ffmpeg .exe in asp.net.When i use this

" ffmpeg -i D:\Source.wmv -s 480*360 -deinterlace -ab 32 -r 15 -ar 22050 -ac 1 + D:\Source.flv"

argument in command line in dos prompt its working fine.But when i use this in asp.net by passing arguments using System.Diagonistic;

Process ffmpeg;

"ffmpeg.StartInfo.Arguments ="-i "+ D:\\Source.wmv+"-s 480*360 -deinterlace -ab 32 -r 15 -ar 22050 -ac 1 " +D:\\ Source.flv; "

Its not converting my wmv file to flv.Can anyone debug and give me a proper solution for this still im in too choas...(huh)..and surfing for three days....

Awating for ur reply Experts....

Tks in Adv....

Caleb05....

samcaleb05
Newbie Poster
10 posts since Feb 2009
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: