Filter Plugin
sox.splice
---
schema_version: 0.1
type: filter
identifier: splice
title: splice
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: |
[-h|-t|-q] {position[,excess[,leeway]]}
-h Half sine fade (default); constant gain (for correlated audio)
-t Triangular (linear) fade; constant gain (for correlated audio)
-q Quarter sine fade; constant power (for correlated audio e.g. x-fade)
position The length of part 1 (including the excess)
excess At the end of part 1 & the start of part2 (default 0.005)
leeway Before part2 (default 0.005; set to 0 for cross-fade)
...