https://github.com/nikstar/opusab
Create Opus audiobooks from a list of mp3 files
https://github.com/nikstar/opusab
audio-book audio-converter audiobook opus swift
Last synced: 2 months ago
JSON representation
Create Opus audiobooks from a list of mp3 files
- Host: GitHub
- URL: https://github.com/nikstar/opusab
- Owner: nikstar
- Created: 2019-01-15T17:31:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-21T22:45:26.000Z (almost 6 years ago)
- Last Synced: 2025-02-05T11:44:48.876Z (4 months ago)
- Topics: audio-book, audio-converter, audiobook, opus, swift
- Language: Swift
- Homepage:
- Size: 42 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Opusab
Create Opus audiobooks from a folder of mp3 files. Opus offers ~4x smaller file sizes compared to mp3 without losing in quality.
```
OVERVIEW: Create Opus audiobooks from a list of mp3 filesUSAGE: opusab files...
OPTIONS:
--bitrate, -b bitrate in kbits (default 32)
--cover path to the cover file
--dry-run, -n print command but do not execute it
--output, -o name of the output file
--verbose, -v verbose output
--help Display available optionsPOSITIONAL ARGUMENTS:
files audio files
```**This is work in progress. Suggestions and PRs are very welcome!**
## Installation
```
brew install nikstar/tap/opusab --HEAD
```
*Please use the up-to-date `--HEAD` version until **opusab** reaches 1.0*## Bitrates
+ 48 kbit/s or higher should only be used for high quality sources with occasional background music
+ 32 kbit/s is a **good default** that should be used to convert, for example, 120 kbit/s mp3s
+ 24 kbit/s offers good quality and I personally cannot tell difference from 32 kbit/s, but you might :)
+ 16 kbit/s is perfectly intelligible and gives you tiny files at just **7.2 MB per hour**