Convert .mp4 to .mp3 using pure PHP [closed]
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . How do I convert a video (.mp4) from an external site (ex: youtube.com) to an .mp3 using PHP without wasting a lot of resources? So similar to http://youtube-mp3.org/, they are able to convert it very easily. Thanks. 回答1: you can convert it by shell-command eg [*] <?php exec('ffmpeg -i video.mp4 -f mp3 -ab