#ncm #flac #mp3 #convert #fd #exec #find #name #file

app ncm_c

convert ncm to mp3 or flac

19 releases

Uses new Rust 2024

0.2.4 May 19, 2025
0.2.3 Mar 16, 2025
0.1.16 Mar 16, 2025
0.1.12 Feb 28, 2025

#156 in Audio

Download history 63/week @ 2025-02-17 359/week @ 2025-02-24 224/week @ 2025-03-03 333/week @ 2025-03-10 271/week @ 2025-03-17 29/week @ 2025-03-24 29/week @ 2025-05-12 117/week @ 2025-05-19 6/week @ 2025-05-26

152 downloads per month

MIT license

22KB
374 lines

About

A tool to convert ncm file to mp3/flac/...

网易云音乐的ncm文件转换工具。

Usage

ncm_c -h

ncm_c *.ncm
# for unix-pro guys
find . -type f -name '*.ncm' -exec ncm_c {} +
# for `fd` user
fd -e ncm -X ncm_c

Installation

cargo install ncm_c

or download the binary from release page

Others

The core file parser is published as a crate: ncmc_lib.

Acknowledgement

Dependencies

~12–21MB
~402K SLoC