Ben bir php komut dosyası topal çalıştırmak çalışıyorum.
Ben bu denedim, ama hayır şans, ben bir şey geri alamadım! Herhangi bir fikir?
system('lame', $returnarr);
system('lame --help', $returnarr);
exec('lame', $returnarr);
passthru('lame', $returnarr);
bu bile bir şey verir:
exec('which lame', $returnarr);
I am on OSX and final deployment will be on Linux. Do you have better suggestions for an automated wav->mp3 conversion? From php, should I execute a bash script that executes Lame?