filesafe/controllers
camjac251 de70b93cc6
thumbnail generation fix and scale
ffmpeg can sometimes generate broken thumbnails (sometimes a full grey image) when it seeks in the input instead of the output. When it's added after the input, it is a bit slower but it is more stable and will fixes the issue for various formats like HEVC or Prores.

The resolution could benefit from being increased 3x for users who scale up the webpage in their browser or tablet views. It becomes scaled up 200% or 300% when viewed on a smaller screen.
2020-05-29 05:51:38 -05:00
..
albumsController.js Added sorting feature for Manage Uploads 2020-04-04 23:36:43 +07:00
authController.js !!! RUN "yarn migrate" !!! 2020-05-16 22:32:32 +07:00
multerStorageController.js Switched to BLAKE3 for file hashing [MORE] 2020-05-29 02:52:58 +07:00
pathsController.js Fixed racing condition in initial dirs creation 2020-05-28 23:10:56 +07:00
permissionController.js Added group bypass to virus scanning 2019-11-06 03:35:04 +07:00
tokenController.js Added client assets update detection 2020-04-30 05:56:28 +07:00
uploadController.js Updated uploadController.js 2020-05-29 02:56:11 +07:00
utilsController.js thumbnail generation fix and scale 2020-05-29 05:51:38 -05:00