Questions tagged «aif»

4
如何将.aif音频文件转换为mp3?
我有带有.aif扩展名的音频文件(AIFF / Amiga / Mac音频)。如何播放它们,更重要的是:如何将它们转换为mp3或其他更常见的音频格式? 更新:尝试运行在这里找到的命令,即for i in *.aif; do sox "$i" "$i.wav"; done,并且sox已经安装,我收到类似错误 sox FAIL格式:无法打开输入文件'文件名':不支持的AIFC压缩类型'ima4' exiftool 提供信息,例如: File Size : 41 MB File Modification Date/Time : 2013:04:23 15:54:02+02:00 File Permissions : rw-r--r-- File Type : AIFC MIME Type : audio/x-aiff Format Version Time : 1990:05:23 14:40:00 Num Channels : …
12 sound  convert  sox  aif 
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.