Filter Plugin
sox.mcompand
---
schema_version: 0.1
type: filter
identifier: mcompand
title: mcompand
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: |
quoted_compand_args [crossover_frequency[k] quoted_compand_args [...]]
quoted_compand_args are as for the compand effect:
attack1,decay1[,attack2,decay2...]
in-dB1,out-dB1[,in-dB2,out-dB2...]
[ gain [ initial-volume [ delay ] ] ]
...