chore: Update readme for codec option
This commit is contained in:
parent
63297c9ab7
commit
f9c40f79f1
1 changed files with 8 additions and 4 deletions
12
readme.md
12
readme.md
|
@ -26,7 +26,9 @@ The input music folder needs the following structure:
|
||||||
└ 💾 Music 1
|
└ 💾 Music 1
|
||||||
```
|
```
|
||||||
|
|
||||||
Directory/File names must not exceed 31 characters.
|
Directory/File names must not exceed 31~ characters.
|
||||||
|
|
||||||
|
If you encounter issues with song not playing you could try to change the codec to wmav1 or lower the bitrate.
|
||||||
|
|
||||||
```
|
```
|
||||||
Usage: xbst [OPTIONS] [INPUT] [OUTPUT]
|
Usage: xbst [OPTIONS] [INPUT] [OUTPUT]
|
||||||
|
@ -36,14 +38,16 @@ Arguments:
|
||||||
[OUTPUT] Output folder for the database and converted musics [default: ./output]
|
[OUTPUT] Output folder for the database and converted musics [default: ./output]
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
-b, --bitrate <BITRATE> Bitrate for the output [default: 192]
|
-b, --bitrate <BITRATE> Bitrate for the output [default: 128]
|
||||||
|
-c, --codec <CODEC> Codec to use for conversion [default: wmav2] [possible values: wmav1, wmav2]
|
||||||
-h, --help Print help
|
-h, --help Print help
|
||||||
-V, --version Print version
|
-V, --version Print version
|
||||||
```
|
```
|
||||||
|
|
||||||
## Known issues
|
## Known issues
|
||||||
|
|
||||||
- The progress bar on soundtrack other than the first one doesn't progress
|
- The progress bar on soundtrack other than the first one doesn't progress.
|
||||||
- Some files, once converted, are quieter than usual?
|
- Some files, once converted, are quieter than usual?
|
||||||
|
- When using wmav1, some audio files might sounds absolute ass.
|
||||||
- Untested with a large library, probably has issues?
|
- Untested with a large library, probably has issues?
|
||||||
- Code is poo poo
|
- Code is poo poo :(
|
Loading…
Add table
Reference in a new issue