Click here to Skip to main content
15,887,214 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How we can convert the videos from .flv format to 3gp and another format like .avi in asp.net with coding in C# and also download the 3gp format from folder .
Posted

For things like this, that everyone wants to do, searching the internet is your best bet.

FFmpeg[^] is just one of hundreds of libraries that claim to be able to do this.
 
Share this answer
 
I would advise another good option which saved me in a very difficult situation when FFMped failed.

This is VLC: http://en.wikipedia.org/wiki/VLC_media_player[^].

This is usually used as a media player, but originally this is a tool for video streaming and conversion. I'm sure it can read *.FLV and convert to something else. I'm not sure about 3GP, please find out from VLC documentation. It can also capture streaming media (which is hard to achieve), cameras and more.

—SA
 
Share this answer
 
v2
This is the updated useful information on the VLC component binding for.NET:
http://sourceforge.net/projects/libvlcnet/[^],
https://wiki.videolan.org/C_Sharp/[^],
https://wiki.videolan.org/.Net_Interface_to_VLC/[^].

See also this CodeProject article: nVLC[^].

Notably, you can find material for using the component for both WPF and System.Windows.Forms.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900