Work in progress
A node module to convert a json sequence into an AES31 ADL (audio decision list) compatible with SADiE audio editing software.
Originally from BBC R&D Chris Baume python version, as part of BBC Dialogger/Discourse text based video editing project
cd, npm install
see example usage for example
npm install @bbc/aes31-adl-composer
require or import in your code and see example usage for more details
Originally converted from Chris Baume python code, see python-version/edl2aes31.py
- npm >
6.1.0
- node v 10 - lts/dubnium
- see
.eslintrc
in the various packages for linting rules
Node version is set in node version manager .nvmrc
TBC
TBC
To publish to npm
npm run publish:public