mirror of
https://github.com/Escartem/AnimeWwise.git
synced 2026-06-23 12:40:47 +08:00
update readme to reflect new CLI usage
This commit is contained in:
@@ -10,7 +10,7 @@ Extract audio from `.pck` and `.hdiff` to `.mp3` or `.ogg` including original fi
|
|||||||
2. Install dependencies -> `pip install -r requirements.txt`
|
2. Install dependencies -> `pip install -r requirements.txt`
|
||||||
3. Place all of your `.pck` files in the *audio* folder and `.pck.hdiff` in the *patch* folder
|
3. Place all of your `.pck` files in the *audio* folder and `.pck.hdiff` in the *patch* folder
|
||||||
> ⚠️ If you want to extract an hdiff content, you must place the pck file with the *same name before patch* in the *audio* folder, pck's that do not have a corresponding hdiff file will be extracted normally, when they do have a corresponding hdiff file, *only the hdiff file content is extracted* and not the full pck
|
> ⚠️ If you want to extract an hdiff content, you must place the pck file with the *same name before patch* in the *audio* folder, pck's that do not have a corresponding hdiff file will be extracted normally, when they do have a corresponding hdiff file, *only the hdiff file content is extracted* and not the full pck
|
||||||
4. Start the program -> `python extract.py`. Use the `--ogg` argument to extract in `.ogg` format instead of `.mp3`
|
4. Start the program -> `python extract.py`. Pass in `--format [args]` to change the audio output format, default is `mp3`, other possible value is `ogg`.
|
||||||
5. After finishing, everything will be in the *output* folder in your chosen format
|
5. After finishing, everything will be in the *output* folder in your chosen format
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user