shinobi-video-synopsis
Version:
Create Video Synopsis from provided videos. Frames are extracted from each video provided and backgrounds are subtracted around moving elements and merged into a single video for quick review.
32 lines (31 loc) • 893 B
JSON
{
"name": "shinobi-video-synopsis",
"version": "0.0.27",
"description": "Create Video Synopsis from provided videos. Frames are extracted from each video provided and backgrounds are subtracted around moving elements and merged into a single video for quick review.",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"dependencies": {
"moment": "^2.27.0",
"opencv4nodejs": "^5.6.0",
"gm": "^1.23.1",
"fs-extra": "9.0.1"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/Shinobi-Systems/VideoSynopsis.git"
},
"keywords": [
"video",
"synopsis",
"opencv",
"shinobi"
],
"author": "Moe Alam, Shinobi Systems",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://gitlab.com/Shinobi-Systems/VideoSynopsis/issues"
},
"homepage": "https://gitlab.com/Shinobi-Systems/VideoSynopsis#readme"
}