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.
我正在使用这个命令:
afconvert -f 'm4af.m4a' -d aac@44100 -b 48000 -c 1 filename.mp3
要将我的 .mp3 文件转换为 .m4a 文件,遗憾的是,标签信息(艺术家、歌曲名称、专辑名称等)和专辑封面在转换后会丢失,我可以保留这些信息吗?
似乎这是不可能的,即 afconvert 太愚蠢了。当我尝试将 aiff 文件转换为 aac 格式时,我最终不得不使用 iTunes 进行转换,因为 afconvert 会丢失所有标签。您可以考虑向 Apple 提交错误报告。