Qmc Decoder Save

Fastest & best convert qmc 2 mp3 | flac tools

Project README

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

LICENSE LICENSE

Build Binary

SUPPORT QMC3/QMC0/QMCFLAC, Faster

MUSIC FILE TAG FIX, CAN TRY THIS SOFTWARE

Tag Editor

Release

binary executable file is released release

Build

  • for linux
git clone https://github.com/Presburger/qmc-decoder.git
cd qmc-decoder
git submodule update --init
mkdir build
cd build
cmake ..
make
  • for macOS
# install cmake 
brew install cmake
git clone https://github.com/Presburger/qmc-decoder.git
cd qmc-decoder
git submodule update --init
mkdir build && cd build
cmake ..
make
  • for windows
# PowerShell, please install MSVC compiler and Git with environment variables configured
# or in x86 or x64 Native Tools Command Prompt for VS 2019 
git clone https://github.com/Presburger/qmc-decoder.git
cd qmc-decoder
git submodule update --init
mkdir build
cd build
cmake -G "NMake Makefiles" .. -DCMAKE_BUILD_TYPE=Release
nmake

Convert

Run the following command from terminal:

qmc-decoder /PATH/TO/SONG

Or:

Put the execuatable file in the directory that contains the qmc music files. Run the execuatable.

For macOS users, put the decoder.command and qmc-decoder files in the directory that contains the qmc music files. Double-clike on the decoder.command file.

EjHn9U.gif

For windows user, just click the decoder-win.exe when you put the decoder-win.exe into your qmc file directory, it will convert all qmc file automatically.

tW1w7D.gif

  • Todo

support auto fetch albums

support auto fix music meta data

Open Source Agenda is not affiliated with "Qmc Decoder" Project. README Source: Presburger/qmc-decoder
Stars
2,120
Open Issues
18
Last Commit
1 year ago
License
MIT
Tags

Open Source Agenda Badge

Open Source Agenda Rating