AES31 ADL Composer
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
Setup
cd, npm install
Usage - development
see example usage for example
Usage - production
npm install @bbc/aes31-adl-composer
require or import in your code and see example usage for more details
System Architecture
Originally converted from Chris Baume python code, see python-version/edl2aes31.py
Development env
Node version is set in node version manager .nvmrc
Build
TBC
Tests
TBC
Deployment
To publish to npm
npm run publish:public