jaymc Posted September 22, 2006 Share Posted September 22, 2006 Is their any PHP functions / scripts / way to convert mp3 audio to another format such as WMAI know its a bit far fetched... Quote Link to comment https://forums.phpfreaks.com/topic/21652-audio-file-convert/ Share on other sites More sharing options...
ober Posted September 22, 2006 Share Posted September 22, 2006 I don't believe PHP supports anything like that natively. However, you could figure out the structure of the files and open them as binary and create a conversion tool yourself.... OR you could try to find some software that's already built and have it installed on your server and just call that from the server on the backend.I personally wouldn't write your own because formats change. Quote Link to comment https://forums.phpfreaks.com/topic/21652-audio-file-convert/#findComment-96674 Share on other sites More sharing options...
jaymc Posted September 22, 2006 Author Share Posted September 22, 2006 Does anyone know of such a program that I could install on the backend of a CENTOS 4.3 Quote Link to comment https://forums.phpfreaks.com/topic/21652-audio-file-convert/#findComment-96727 Share on other sites More sharing options...
Daniel0 Posted September 22, 2006 Share Posted September 22, 2006 Google does: http://www.google.com/search?q=converter+linux+mp3+wmv Quote Link to comment https://forums.phpfreaks.com/topic/21652-audio-file-convert/#findComment-96766 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.