1.1.0 • Published 6 years ago

libcaption-node v1.1.0

Weekly downloads
2
License
MIT
Repository
-
Last release
6 years ago

libcaption-node

libcaption-node enables you to embed captions 608 captions into your videos. Most of the work is done with ffmpeg and libcaption.

Required System Packages

re2c

ffmpeg

Examples

import LibCaptionNode from 'libcaption-node';

const libCaption = new LibCaptionNode();

libCaption.embedscc(INPUT, SCC_FILE_PATH, OUTPUT_PATH).then((OUTPUT_PATH) => {
  console.log(`Source file with caption: ${OUTPUT_PATH}`);
}).catch((error) => {
  console.error(error);
});

FYI

I will try to find some sources I can commit with the repo. The tests do pass.

1.1.0

6 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago