Click here to Skip to main content
15,910,877 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
source code for convert video format to any other format through c#
Posted
Updated 11-May-10 2:16am
v2

You could alternatively use ffmpeg's commandline to convert. There's really no point in re-designing the wheel since ffmpeg is free. Heck, if you're feeling like a real programmer, you could even get the ffmpeg source code and convert it to c#. You may even find that it's already been done, or that a suitable c# wrapper assembly has already been developed.

Like everyone else has already said, google is your friend.
 
Share this answer
 
I suggest that you become familiar with search engines!
 
Share this answer
 
Comments
nid4may 11-May-10 8:21am    
what u want to say
Smithers-Jones 11-May-10 8:40am    
Henry wants to tell you, that you should use Google, Bing, whatever search engine suits you... If you don't even understand that, you are beyond hope.
If you Google/Bing/Yahoo your question, you are far more likely to get an answer than by asking here.
 
Share this answer
 
Yours is not even a question... :)
 
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