0.0.5 • Published 6 years ago

nmmes-module-he-audio v0.0.5

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

NMMES-module-he-audio

A high efficiency audio module for nmmes-backend.

Features

  • Encode audio channels with the opus audio codec.
  • Downmix using Dolby Pro Logic II algorithm if there are more than 3 audio channels in a stream.
  • Skip lossless audio streams unless force encode is enabled.
  • Specify base bitrate per audio channel.

Installation

NPM

See https://github.com/NMMES/nmmes-cli/wiki/Modules for additional instructions.

Options

The --force option ensures that lossless audio is also encoded.

Type: Boolean Default: false


The --downmix option downmixes he-audio opus to Dolby Pro Logic II.

Type: Boolean Default: false


The --bitrate option sets the encoding bitrate for he-audio per channel.

Type: Number Default: 40


0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

7 years ago