tryroach / qmc-decoder

fatest & best convert qmc 2 mp3 | flac tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QQMusic QMC Decoder (convert QMC File to MP3 or FLAC)

LICENSE LICENSE

SUPPORT QMC3/QMC0/QMCFLAC, Faster

  • binary executable file for windows, mac and linux is prepared in release

  • build

mkdir build
cd build
cmake ..
make 
  • convert
#linux and mac user
cd build
./decoder <file1> <file2> ..... 
#windows user
decoder.exe <file1> <file2> .....
  • batch convert
#only for mac and linux user
find <qmc file dir> -type f -name "*.qmc*" -print0 | xargs -0 ./decoder
  • todo

find a useful xargs script works in windows,to support batch convert in windows

support auto fetch albums

support auto fix music meta data

About

fatest & best convert qmc 2 mp3 | flac tools

License:MIT License


Languages

Language:C++ 95.1%Language:CMake 4.9%