1.0.1 • Published 4 years ago

@pietrop/aes31-adl-composer v1.0.1

Weekly downloads
4
License
MIT
Repository
-
Last release
4 years ago

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 @pietrop/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