Skip to content

NCMconverter将ncm文件转换为mp3或者flac文件

License

Notifications You must be signed in to change notification settings

mitool/NCMconverter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NCMconverter

PkgGoDev

NCMconverter将ncm文件转换为mp3或者flac文件

实现参考了yoki123/ncmdump,重构了代码,并且添加了多线程支持

使用

NCMconverter [options] <files/dirs>

  • options
    --output value, -o value  指定输出目录,默认为原音频文件夹
    --tag, -t                 是否使用给转换后的文件添加meta信息(有bug,这个参数没有用)
    --deepth value, -d value  文件目录寻找的最大深度,默认为1,即1级目录
    --thread value, -n value  线程数
    --help, -h                help
    --version, -v             version`
    

About

NCMconverter将ncm文件转换为mp3或者flac文件

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.6%
  • Makefile 0.4%