Gangmax Blog

Convert The NeteaseMusic ncm Format to mp3

This is a Python project which can covert the NeteaseMusic “ncm” format into the “mp3” format.

1
2
3
4
5
6
7
8
9
# Get code.
git clone https://github.com/nondanee/ncmdump.git
cd ncmdump
# Install dependencies.
pip install pycryptodome mutagen
# Get details about how to use this tool.
python ncmdump/app.py -h
# Convert all the "ncm" files in the "target" directory into "mp3" format.
python ncmdump/app.py -o ~/ncm/target -c ~/ncm/source

Comments