Skip to content

Repository files navigation

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

importLibCaptionNodefrom'libcaption-node';constlibCaption=newLibCaptionNode();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.

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages