linux下歌曲、视频、文件等乱码

linux下歌曲、视频、文件等乱码

 

sudo apt-get install python-mutagen convmv iconv

 

cd /mnt/kugou

mid3iconv -e {GBK|GB18030|UTF-8} *.mp3 *.wma

 

convmv -r -f cp936 -t utf-8 -notest -nosmart *

 

iconv -f gbk -t utf8  foo  >newfile    #将文件内容由gbk编码转为utf-8

 

find . -iname "*.mp3" -exec mid3iconv -e GBK  {}\;

posted @ 2013-07-22 20:29  李庆喜  阅读(177)  评论(0编辑  收藏  举报