Skip to content

A JavaScript project designed to extract CEA-608 captions.

License

Notifications You must be signed in to change notification settings

Dash-Industry-Forum/cea608.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cea608.js

A JavaScript project for parsing and decoding CEA-608 caption data.

The input is either binary data (e.g. extracted from a SEI NAL unit) with associated timing or SCC files. The output is either callbacks with time-stamped maps of 32x15 styled characters, or a WebVTT Node stream.

Build and test

This project uses Node.js and mocha with chai for tests. To install the tools and run the tests, type:

npm install
npm test

Syntax is checked using jshint.

For coverage tests, install istanbul and then run the script:

npm install -g istanbul
npm run-script istanbul

About

A JavaScript project designed to extract CEA-608 captions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •