Filter Plugin
sox.gain
---
schema_version: 0.1
type: filter
identifier: gain
title: gain
version: 1
copyright: Copyright (C) 2003-2011 Ushodaya Enterprises Limited
license: LGPL
language: en
url: http://sox.sourceforge.net/
creator: Dan Dennedy
tags:
- Audio
description: Process audio using a SoX effect.
bugs:
- Some effects are stereo only, but MLT processes each channel separately.
- Some effects have a temporal side-effect that do not work well.
parameters:
- identifier: argument
title: Options
type: string
format: |
[-e|-b|-B|-r] [-n] [-l|-h] [gain-dB]
-e Equalise channels: peak to that with max peak;
-B Balance channels: rms to that with max rms; no clip protection
-b Balance channels: rms to that with max rms; clip protection
Note -Bn = -bn
-r Reclaim headroom (as much as possible without clipping); see -h
-n Norm file to 0dBfs(output precision); gain-dB, if present, usually <0
-l Use simple limiter
-h Apply attenuation for headroom for subsequent effects; gain-dB, if
present, is subject to reclaim by a subsequent gain -r
gain-dB Apply gain in dB
...