从archlinux中文wiki上看到的:

如果mp3标签乱码:
注!该方法会造成win下无法识别。慎用,更好的方法参见这里这里
pacman -S mutagen
mid3iconv -e gbk filename.mp3
文件名乱码可这样改:
convmv -f 源编码 -t 新编码 [选项] 文件名

常用参数:

如果文件内容乱码:
iconv -f encoding -t encoding inputfile

比如将一个UTF-8 编码的文件转换成GBK编码

iconv -f GBK -t UTF-8 file1 -o file2

2012年03月03日 星期六 23时24分53秒

blog comments powered by Disqus

Valid XHTML 1.0 Strict This page is Vim powered