Click here to Skip to main content
15,881,027 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi..
i want to implement website from which user can enter youtube video url and he can convert that video to mp3 and can download that mp3.

(http://www.video2mp3.net - this site providing that kind of facility)

thanks.
Posted
Comments
Dylan Morley 10-Jun-10 5:40am    
Thats nice, good luck with that! Did you have a question?

1 solution

use ffmpeg (www.ffmpeg.org) in your c++ code.
 
Share this answer
 
Comments
Ankur\m/ 18-Jun-10 7:26am    
Reason for my vote of 2
The tags says C# and ASP.NET and not C
GPUToaster™ 20-Jun-10 1:41am    
There are C# libraries available for FFMPEG.(sharpffmpeg, i guess). OR else. Write a C++ library and use its functionality through Interop services.

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