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.
PHPで構築されたWebアプリケーションのAPIまたはその他の方法を使用して、cafファイルをmp3ファイルに変換する方法があるかどうか疑問に思います。これがphpで可能かどうかはわかりません。
サーバーで使用して機能させることができることは知っpacpl input.caf -to mp3ていますが、ホスティングを共有しているので、それを行う方法があるかどうか知りたいです。
pacpl input.caf -to mp3
bash で動作する場合pacpl input.caf -to mp3は、次のように PHP から呼び出してみませんか。
shell_exec("pacpl input.caf -to mp3");
sudoホストサーバーの構成に応じて、アクセス許可を再構成したり、そこで使用したりする必要がある場合とない場合があります。
sudo