Possible Duplicate:
How to convert a FLV file recorded with Red5 / FMS to MP3?
How can I convert flv file to a mp3 file by using php?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I would suggest using ffmpeg to do the actual conversion.
So you could use the system() function to call an ffmpeg command such as:
Alternatively, this might help: http://www.phpclasses.org/browse/package/3747.html