Search code examples
phpmp3wavfile-conversion

How do i convert wav file to mp3 file if i have url of file using php?


I have a url of the wav file http://xyz.com/recordings/employees/test.wav

What i want to know is how can i change this file into mp3 format and store it in a particular location using php script because this file is located in some other server?

I know about ffmpeg but not sure whether it will work or not.


Solution

  • I have found an api which does this conversion process. The link for this is: Api for conversion