Add video thumbnail functionality to Strapi upload plugin.
This plugin works only if FFmpeg is installed on the server.
If you are using Strapi 3.4.5
or lower, video thumbnails will not be displayed on Media Library.
Related PR - strapi/strapi#9184
npm install strapi-plugin-video-thumbnail
or
yarn add strapi-plugin-video-thumbnail
- Local
- AWS S3
- This plugin overrides Upload model's
beforeCreate
database lifecycle hook on bootstrap.js - Take a screenshot of video. (Using
FFMPEG
) - Generate thumbnails of screenshot. (Using upload plugin's methods)
- That's it :)
MIT