diff options
| author | Zephyrrus <[email protected]> | 2020-07-02 03:42:20 +0300 |
|---|---|---|
| committer | Zephyrrus <[email protected]> | 2020-07-02 03:42:20 +0300 |
| commit | a790d7749e04d71df1613e6a02258982683aa290 (patch) | |
| tree | 6ca8da456c32e661301b31837e54266c331bfeaa /package.json | |
| parent | feat: externalize thumb generation function for easier testing (diff) | |
| download | host.fuwn.me-a790d7749e04d71df1613e6a02258982683aa290.tar.xz host.fuwn.me-a790d7749e04d71df1613e6a02258982683aa290.zip | |
feat: add experimental meaningful preview extraction from videos
For now, it sitll requires gifski. It could be rewritten to use webp instead of gifs, because that is a lot faster, uses less space and we could use ffmpeg for it.
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 b8b0ed7..5a69947 100644 --- a/package.json +++ b/package.json @@ -45,6 +45,7 @@ "dumper.js": "^1.3.1", "express": "^4.16.4", "express-rate-limit": "^3.4.0", + "ffmpeg-generate-video-preview": "^1.0.3", "file-saver": "^2.0.1", "flexsearch": "^0.6.22", "fluent-ffmpeg": "^2.1.2", |