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.
我正在寻找一个需要将任何音频文件转换为低质量 wav pcm 文件的网站。到目前为止,我已经找到了使用 ffmpeg 或外部转换器(如 www.online-convert.com)的可能性。它们都有各自的缺点:
我对你们的问题是,你们是否看到了解决这个问题的任何其他可能性(最好在 PHP 环境中)。谢谢!
您无法仅在(正确配置的)LAMP托管服务上完成此操作。您需要控制外部程序(例如您的ffmpeg示例)或将文件发送到其他地方并重新转换。
因此,您应该尝试寻找不同的东西,要么是完整的 linux 系统(专用服务器、虚拟服务器、chroot 等),要么是可以访问外部命令和/或专用文件转换服务的 LAMP 托管。