Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
管理者がmp3をアップロードできるフォームがあります。フォーム送信を処理するときに、PHPのffmpegを使用してそのmp3をwavに変換することはできますか?
2 番目の Google 検索結果: ffmpeg -i foo.mp3 -acodec pcm_s16le bar.wav. それを でラップしshell_execます。
ffmpeg -i foo.mp3 -acodec pcm_s16le bar.wav
shell_exec