forked from transitive-bullshit/ffmpeg-concat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.2 KB
/
package.json
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "ffmpeg-concat",
"version": "1.0.13",
"description": "Concats a list of videos together using ffmpeg with sexy OpenGL transitions.",
"main": "index.js",
"repository": "transitive-bullshit/ffmpeg-concat",
"author": "Travis Fischer <[email protected]>",
"license": "MIT",
"scripts": {
"test": "ava -v && standard"
},
"bin": {
"ffmpeg-concat": "./index.js"
},
"engines": {
"node": ">=8"
},
"keywords": [
"ffmpeg",
"fluent-ffmpeg",
"opengl",
"gl",
"gl-transition",
"transition",
"concat",
"concatenate",
"video"
],
"devDependencies": {
"ava": "^1.4.1",
"standard": "^12.0.1"
},
"dependencies": {
"commander": "^2.19.0",
"ffmpeg-on-progress": "^1.0.0",
"ffmpeg-probe": "^1.0.6",
"fluent-ffmpeg": "^2.1.2",
"fs-extra": "^7.0.1",
"get-pixels": "^3.3.2",
"gl": "^4.2.2",
"gl-buffer": "^2.1.2",
"gl-texture2d": "^2.1.0",
"gl-transition": "^1.13.0",
"gl-transitions": "^1.43.0",
"left-pad": "^1.3.0",
"ndarray": "^1.0.18",
"p-map": "^2.0.0",
"p-race": "^2.0.0",
"rmfr": "^2.0.0",
"sharp": "^0.22.0",
"tempy": "^0.2.1",
"url-parse": "^1.4.4"
}
}