synopsis-video
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.
30 lines (29 loc) • 845 B
JSON
{
"name": "synopsis-video",
"version": "1.0.4",
"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"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/Shinobi-Systems/VideoSynopsis.git"
},
"keywords": [
"video",
"synopsis",
"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"
}