Documentation to setup and run script
This commit is contained in:
parent
0b04064550
commit
dce5236b1f
18
README.md
18
README.md
@ -1,2 +1,20 @@
|
|||||||
# audible-converter
|
# audible-converter
|
||||||
|
|
||||||
|
## Setup
|
||||||
|
|
||||||
|
Install [FFmpeg](https://ffmpeg.org/download.html) and [jq](https://stedolan.github.io/jq/download/)
|
||||||
|
|
||||||
|
### Fedora
|
||||||
|
|
||||||
|
```sh
|
||||||
|
sudo dnf install ffmpeg jq
|
||||||
|
```
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
1. Download audiobook from Audible in .aax format.
|
||||||
|
2. Run the following command
|
||||||
|
```sh
|
||||||
|
./audible-converter.sh [Path to Audiobook file]
|
||||||
|
```
|
||||||
|
3. A converted file will be saved in the current directory.
|
||||||
|
0
audible-converter.sh
Normal file → Executable file
0
audible-converter.sh
Normal file → Executable file
Loading…
x
Reference in New Issue
Block a user