-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 733 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 733 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "frames-extraction",
"version": "1.1.2",
"description": "Extract frames from a video and compare them to find the most similar ones.",
"main": "src/presentation/cli.js",
"bin": {
"frames-extraction": "src/presentation/cli.js"
},
"scripts": {
"start": "node src/presentation/cli.js"
},
"keywords": [
"frames",
"extraction",
"video",
"image",
"comparison",
"diff",
"similar"
],
"author": "Ran-j <ran-junior@hotmail.com>",
"repository": "https://github.com/ran-j/frames-extraction",
"license": "MIT",
"dependencies": {
"ffmpeg-static": "^5.2.0",
"fluent-ffmpeg": "^2.1.2",
"resemblejs": "^5.0.0",
"sharp": "^0.33.2",
"yargs": "^17.7.2"
}
}