banner
Tenifs

Tenifs

雄关漫道真如铁,而今迈步从头越。
github
follow
zhihu
email

Convert NCM files to MP3 files

First, set up the Rust development environment, then install ncmc.

cargo install ncmc

Use the following script to batch convert ncm files in the specified directory:

Get-ChildItem -Recurse -Include *.ncm | ForEach-Object { ncmc $_.FullName }
Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.