You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
depending on how difficult installation is for users of this library and vercel deployment limits, this might actually be cause for creating 2 separate libraries, one that only supports images, and one that supports images+videos.
The text was updated successfully, but these errors were encountered:
as mentioned in #14, I need to investigate how to get video dimensions/resolution server side from a url.
due to the varied nature of video codecs, this pretty much requires the use of ffmpeg.
there is a nodejs wrapper for it: https://github.com/fluent-ffmpeg/node-fluent-ffmpeg
the use of ffmpeg is likely going to involve some extra setup for server deployments, but this might help: https://www.npmjs.com/package/@ffprobe-installer/ffprobe
depending on how difficult installation is for users of this library and vercel deployment limits, this might actually be cause for creating 2 separate libraries, one that only supports images, and one that supports images+videos.
The text was updated successfully, but these errors were encountered: