PHP/Linux convert wav to mp3 using lame

1
2
<?php
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Single php script to convert one wav file to mp3. This is based on Linux using lame utility. Permissions to www-data user must be set for executing lame and writing output file at destination path.

2 Responses

Receiving following warning, please tell me how to install lame library on wamp server

Warning: proc_open(/dev/null): failed to open stream:
Thanks, problem solved :)

Write a comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.