Is there anyone who will provide script for converting online 320kbps songs to 128kbps??? please help i want this script......
128kbps Songs
Collapse
X
-
First of all, you need to install ffmpeg available at: Get FFmpeg
Then, make sure you have safe mode enabled in your PHP configuration and select the right dir where you can execute files: safe_mode_exec_dir
Finally, use:
exec("ffmpeg -i inputfile.mp3 -ab 128 outputfile.mp3")left wap stuff
Comment
Comment