extract-keyframes
Version:
A module for extract keyframes from video files with FFMPEG
38 lines (37 loc) • 871 B
JSON
{
"name": "extract-keyframes",
"version": "1.2.1",
"description": "A module for extract keyframes from video files with FFMPEG",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/seanmtracey/extract-keyframes.git"
},
"keywords": [
"FFMPEG",
"keyframes",
"key frames",
"extraction",
"mp4",
"thumbnail",
"webm",
"mkv"
],
"author": "Sean M. Tracey",
"license": "MIT",
"bugs": {
"url": "https://github.com/seanmtracey/extract-keyframes/issues"
},
"homepage": "https://github.com/seanmtracey/extract-keyframes#readme",
"dependencies": {
"debug": "^3.1.0",
"dotenv": "^4.0.0",
"ffmpeg-static": "^2.0.0",
"ffprobe-static": "^2.0.0",
"rimraf": "^2.6.2",
"uuid": "^3.1.0"
}
}