百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
Q

qmc-decoder

> 编程语言
开源

最快、最好的 qmc 2 转 mp3 | flac 工具

2.2K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

最快、最好的 qmc 2 转 mp3 | flac 工具

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

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.

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.

  • Todo

support auto fetch albums

support auto fix music meta data

GitHub Issues· 0 开放

在 GitHub 查看全部

暂无开放 Issues,或尚未同步最近议题。

核心特点

  • •for linux
  • •for macOS
  • •for windows

> 标签

C++flacmp3

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言