libcaption-node
Version:
libcaption-node enables you to embed captions 608 captions into your videos. Most of the work is done with [ffmpeg](https://github.com/xonecas/ffmpeg-node) and [libcaption](https://github.com/szatmary/libcaption).
27 lines (26 loc) • 648 B
JSON
{
"name": "libcaption-node",
"version": "1.1.0",
"main": "build/index.js",
"repository": {},
"license": "MIT",
"dependencies": {
"cmake-js": "^3.4.1",
"ffmpeg-node": "^0.0.2",
"log4js": "2.5.3",
"mediainfo-wrapper": "1.2.0",
"tmp": "^0.0.31"
},
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-stage-0": "^6.22.0",
"chai": "4.1.2",
"mocha": "^3.2.0"
},
"scripts": {
"build": "babel src -d build",
"install": "git clone git@github.com:szatmary/libcaption.git; cmake-js compile -O libcaption-build"
}
}