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.
哪种音频格式将通过 ffmpeg 提供到 mp3 和 ogg 的最小损耗转换。
我倾向于wav,但我想确定一下。
另外,我正在使用 SDK java 音频小程序来允许用户上传。有谁知道这个小程序是否有任何问题,或者是否有更好的选择?
显然,上传 MP3 和 OGG 格式的文件将提供最少的转换,因为您根本不需要转换。
关于 SDK java 音频小程序:真的需要这个吗?您还可以仅使用 HTML 表单和 PHP 上传文件。
FLAC 是无损的,WAV 也是。FLAC 小于 WAV。如果您需要将转换为多种格式的内容,请选择无损格式。