thumbsupply icon indicating copy to clipboard operation
thumbsupply copied to clipboard

Generate thumbnails for your videos from node.js.

Results 8 thumbsupply issues
Sort by recently updated
recently updated
newest added

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.10 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...

dependencies

I recently ran into a case where I needed to support thumbnails for my images too, so that I'm not sending so many bytes over the wire for listing pages....

I'm running a Node app on a server and using S3 for all the file storage. When uploading a video file, it's sent directly from the browser to the S3...

enhancement

I am getting landscape thumbnails for all videos. (Even if a video is a portrait). please help me out with this.

``` > [email protected] test /home/kevin/Desktop/thumbsupply > mocha thumbsupply #generateThumbnail() ✓ should be creating the thumbnail (300ms) 1) should be creating the thumbnail as specified #lookupThumbnail() ✓ should lookup and fetch...