检查以下内容:http : //lists.mplayerhq.hu/pipermail/ffmpeg-
user/2009-September/022171.html
首先,您必须安装sox。sudo apt-get install sox。
$ sox first.mp3 -r 44100 -c 2 -s -w first.raw$ sox second.mp3 -r 44100 -c 2 -s -w second.raw$ cat first.raw second.raw > concatenated.raw$ sox -r 44100 -c 2 -s -w concatenated.raw concatenated.mp3
您可以使用exec()从php执行所有这些命令。



