21 lines
391 B
Markdown

# 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.