Linux怎样修改mp3的ID3信息? 我刚Google了一下,没找到方法。谁能给点提示?最好是用命令行。我用的是gentoo linux-amd64,非常感谢。
Linux怎样修改mp3的ID3信息? 我刚Google了一下,没找到方法。谁能给点提示?最好是用命令行。我用的是gentoo linux-amd64,非常感谢。
我装上了,但是不会用……
刚Google了一下,只是找到了转换mp3标签编码的功能,其他的没找到,求解。
在 2011-07-02 18:40:12,vvoody <wxj.g.sh@gmail.com> 写道:
mutagen2011/7/2 wpoeihfnwe <wpoei...@163.com>
Linux怎样修改mp3的ID3信息? 我刚Google了一下,没找到方法。谁能给点提示?最好是用命令行。我用的是gentoo linux-amd64,非常感谢。
--
Free as freedom, slack as Slackware.
vvoody
Linux怎样修改mp3的ID3信息? 我刚Google了一下,没找到方法。谁能给点提示?最好是用命令行。我用的是gentoo linux-amd64,非常感谢。
以前用过一个叫id3v2的工具来清理mp3中tag的乱码,楼主可以看看相应的man手册,看看有木有你需要的。
清除mp3中tag信息,防止中文乱码的技巧:
$ find . -iname '*.mp3' -exec id3v2 -D {} +;
B.R
Kermit