@bbc/aes31-adl-composer
v1.1.0
Published
A node module to convert a json sequence into an AES31 ADL (audio decision list) compatible with SADiE audio editing software.
Downloads
24
Maintainers
Keywords
Readme
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
- [ ] 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
Build
TBC
Tests
TBC
Deployment
To publish to npm
npm run publish:public