diff options
| author | Kanacchi <[email protected]> | 2017-02-07 03:20:12 -0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-02-07 03:20:12 -0300 |
| commit | f6869ff7c53cc2a1e0e2fc9426afbd50d30335f7 (patch) | |
| tree | bfff790af1bd1b0868e10f4ca2d1450dbb7653ff /package.json | |
| parent | Changed the way repeated files work (diff) | |
| parent | Remove unused parameter (diff) | |
| download | host.fuwn.me-f6869ff7c53cc2a1e0e2fc9426afbd50d30335f7.tar.xz host.fuwn.me-f6869ff7c53cc2a1e0e2fc9426afbd50d30335f7.zip | |
Merge pull request #11 from PascalTemel/master
support thumbnails for .webm and .mp4 files
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index c891365..330af64 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,7 @@ "body-parser": "^1.16.0", "express": "^4.14.0", "express-rate-limit": "^2.6.0", + "fluent-ffmpeg": "^2.1.0", "gm": "^1.23.0", "knex": "^0.12.6", "multer": "^1.2.1", |