Skip to content

yitian108/qmc-decoder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

LICENSE LICENSE

SUPPORT QMC3/QMC0/QMCFLAC, Faster

Release

binary executable file is released release

Build

  • for linux
mkdir build
cd build
cmake ..
make
  • for windows
mkdir build
cd build
cmake -G "NMake Makefiles" ..
nmake

Convert

Put the execuatable file in your qmc file directory, Then run the execuatable file.

For windows user, Just click the decoder.exe when you put the decoder.exe into your qmc file directory, It will convert all qmc file automatically.

I need a user record a tutorial video for windows users, if you can do it, please contact me(mayushengmusic@gmail.com).

For mac user, Can click the decoder.command file, But you need copy the decoder.command file in your qmc file directory too.

EjHn9U.gif

  • Todo

support auto fetch albums

support auto fix music meta data

About

Fastest & best convert qmc 2 mp3 | flac tools

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 93.7%
  • CMake 6.3%