https://github.com/ravencentric/harbinger
The Decepticon ship that carries weapons of mass destruction.
https://github.com/ravencentric/harbinger
encoder flac opus python
Last synced: over 1 year ago
JSON representation
The Decepticon ship that carries weapons of mass destruction.
- Host: GitHub
- URL: https://github.com/ravencentric/harbinger
- Owner: Ravencentric
- License: unlicense
- Created: 2024-07-22T05:52:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-05T17:37:11.000Z (almost 2 years ago)
- Last Synced: 2025-01-21T22:45:54.307Z (over 1 year ago)
- Topics: encoder, flac, opus, python
- Language: Python
- Homepage: https://pypi.org/project/harbinger/
- Size: 1.38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Harbinger
The Decepticon ship that carries weapons of mass destruction.

# Available Tools
- `flac` - Reference FLAC wrapper with concurrent encoding and support for more codecs via FFmpeg.
- `opus` - Opusenc wrapper with concurrent encoding, automatic bitrate selection, and support for more codecs via FFmpeg.
- `hash` - Compute and print the sha256 hash values for the given files.
# Installation
You can use either [`pipx`](https://pipx.pypa.io/stable/installation/#installing-pipx) (recommended) or `pip` to install it.
```shell
pipx install harbinger
```
```shell
pip install harbinger
```
# Docs
Simply run `harbinger --help` to get the tool specific documentation.