An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Harbinger
The Decepticon ship that carries weapons of mass destruction.

![](https://tfwiki.net/mediawiki/images2/0/0a/Harbingerschematics.jpg)

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