简体   繁体   English

afconvert:将.mp3文件转换为.m4a时,如何保留标签信息和专辑封面?

[英]afconvert: how to preserve the tag infos and album cover when converting .mp3 files to .m4a?

I'm using this command: 我正在使用以下命令:

afconvert -f 'm4af.m4a' -d aac@44100 -b 48000 -c 1 filename.mp3

to convert my .mp3 files to .m4a files, sadly, the tag infos(artist, song name, album name, etc) and album cover are lost after the conversion, can I preserve these infos? 要将我的.mp3文件转换为.m4a文件,可悲的是,转换后标签信息(艺术家,歌曲名称,专辑名称等)和专辑封面都丢失了,我可以保留这些信息吗?

It seems that this is just just not possible, ie afconvert is too dumb. 似乎这只是不可能的,即afconvert太笨了。 When I tried to convert aiff files to aac format I finally had to use iTunes for conversion, because afconvert loses all tags. 当我尝试将aiff文件转换为aac格式时,我最终不得不使用iTunes进行转换,因为afconvert会丢失所有标签。 You may consider filing a bug report to Apple. 您可以考虑向Apple提交错误报告。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM