https://github.com/luanxuechao/qn-decode
qmcflac、qmc0、qmc3、ncm to mp3|flac
https://github.com/luanxuechao/qn-decode
mp3 ncm qmc0 qmc3 qmcflac
Last synced: over 1 year ago
JSON representation
qmcflac、qmc0、qmc3、ncm to mp3|flac
- Host: GitHub
- URL: https://github.com/luanxuechao/qn-decode
- Owner: luanxuechao
- License: apache-2.0
- Created: 2020-08-10T03:38:12.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-17T05:12:44.000Z (almost 6 years ago)
- Last Synced: 2024-10-31T03:35:28.705Z (over 1 year ago)
- Topics: mp3, ncm, qmc0, qmc3, qmcflac
- Language: Go
- Homepage:
- Size: 17.7 MB
- Stars: 36
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## qn-decode
A command tool for transfering `qmcflac`|`qmc0`|`qmc3`|`ncm` to `mp3` or `flac`.
The repo is used for learning, if there is any infringement, please contact the author to delete
## Installing
### Homebrew
```
$ brew tap luanxuechao/tools
$ brew install qn-decode
```
### GO
Using `qn-decode` is easy. First, use go get to install the latest version of the library. This command will install the `qn-decode` generator executable along with the library and its dependencies:
```
go get github.com/luanxuechao/qn-decode
```
## Usage
```
A command tool for transfering 'qmcflac'
|'qmc0'|'qmc3'|'ncm' to 'mp3' or 'flac'.
Usage:
qn-decode [command]
Available Commands:
decode decode music file
help Help about any command
version Print the version number of qn-decode
Flags:
--config string config file (default is $HOME/.qn-decode.yaml)
-h, --help help for qn-decode
-t, --toggle Help message for toggle
Use "qn-decode [command] --help" for more information about a command.
```
### Reference
- https://github.com/MBearo/qmcdump
- https://github.com/yoki123/ncmdump
### Example
```
$ decode -d /Users/xuechaoluan/Downloads
```
```
$ decode -f /Users/xuechaoluan/Downloads/xxxx.qmc3
```