Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fgregg/audible_pipline
Audible AAX files into something I can listen to on my old ipod nano classic (m4b)
https://github.com/fgregg/audible_pipline
Last synced: about 1 month ago
JSON representation
Audible AAX files into something I can listen to on my old ipod nano classic (m4b)
- Host: GitHub
- URL: https://github.com/fgregg/audible_pipline
- Owner: fgregg
- Created: 2020-04-24T19:28:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-24T19:31:08.000Z (over 4 years ago)
- Last Synced: 2024-10-15T09:55:55.780Z (3 months ago)
- Language: Makefile
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# audible_pipline
Audible AAX files into something I can listen to on my old ipod nano classic (m4b)## To install
```bash
brew install ffmpeg
brew install mp4v2make requirements
```Get write version of `chromedriver` from https://sites.google.com/a/chromium.org/chromedriver/downloads and put it in the `audible-activator` directory
## To run
```bash
make convert input_file=PATH_TO_AAX_FILE
```