• 企业400电话
  • 微网小程序
  • AI电话机器人
  • 电商代运营
  • 全 部 栏 目

    企业400电话 网络优化推广 AI电话机器人 呼叫中心 网站建设 商标✡知产 微网小程序 电商运营 彩铃•短信 增值拓展业务
    Linux下MP3的TAG乱码问题解决方法


    复制代码
    代码如下:

    sudo apt-get install python-mutagen

    然后使用mid3iconv工具

    Usage: mid3iconv [OPTION] [FILE]...
    Mutagen-based replacement the id3iconv utility, which converts ID3 tags from
    legacy encodings to Unicode and stores them using the ID3v2 format.

    Options:
      --version             show program's version number and exit
      -h, --help            show this help message and exit
      -e ENCODING, --encoding=ENCODING
                            Specify original tag encoding (default is UTF-8)
      -p, --dry-run         Do not actually modify files
      --force-v1            Use an ID3v1 tag even if an ID3v2 tag is present
      --remove-v1           Remove v1 tag after processing the files
      -q, --quiet           Only output errors
      -d, --debug           Output updated tags


    复制代码
    代码如下:

    mid3iconv -e GBK *.mp3

    将MP3的TAG编码转换成GBK编码,乱码原因是windows下一般MP3的TAG编码为GB2312.

    上一篇:sudo service: command not found 报错的解决方法
    下一篇:Linux下文件名、文件和mp3名字、pdf的乱码问题
  • 相关文章
  • 

    © 2016-2020 巨人网络通讯 版权所有

    《增值电信业务经营许可证》 苏ICP备15040257号-8

    Linux下MP3的TAG乱码问题解决方法 Linux,下,MP3,的,TAG,乱码,问题,