Crates.io | ncmc |
lib.rs | ncmc |
version | 0.2.11 |
source | src |
created_at | 2018-08-16 09:25:13.175814 |
updated_at | 2024-09-23 05:55:28.009745 |
description | convert encrypted ncm file to original music file. |
homepage | https://github.com/magic-akari/ncmc |
repository | https://github.com/magic-akari/ncmc |
max_upload_size | |
id | 79725 |
size | 6,387,298 |
For users who prefer a pre-built binary, you can download the latest release from
If you have Rust installed, you can install ncmc with cargo:
cargo install ncmc
Additionally, cargo binstall is supported. It fetch the pre-built binary from GitHub Release and fallback to build from source if not available.
cargo binstall ncmc
If you don’t have cargo, install it with https://rustup.rs
# convert
ncmc path/to/your/file.ncm
# dump mode
ncmc --dump path/to/your/file.ncm
Thanks: anonymous5l / ncmdump