Skip to content

Takes in TSL UMD Protocol v5 packets from a control system and records the duration of which indices have a tally light on.

Notifications You must be signed in to change notification settings

TrevorAyl/tally-timer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tally Timer

I've amended this to act as a server (it wasn't seeing the TCP data as a client) and to write the cuts to disk against current time in an EDL format. Tested importing to Avid.

Starting it up

  • Clone the repo
  • npm install
  • Change addresses in index.js
  • npm start
  • Ask your director why we have 100 cameras when they only use 12

Controls:

Every time a tally object is updated, it is stored to an array and can be written to an AAF, either peridically or on keyboard command.

ctl + o writes to file from forst to last tally chane time and resets start time to last tally change time.

ctl + p does the same but does not update the start time.

To break press ctl+c like normal (will use current time as outpoint for last tally cut).

About

Takes in TSL UMD Protocol v5 packets from a control system and records the duration of which indices have a tally light on.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%