Skip to content

tention/strapi-plugin-video-thumbnail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Strapi plugin video-thumbnail

Add video thumbnail functionality to Strapi upload plugin.

This plugin works only if FFmpeg is installed on the server.

Install

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

Supported Providers

  • Local
  • AWS S3

How does this plugin works?

  1. This plugin overrides Upload model's beforeCreate database lifecycle hook on bootstrap.js
  2. Take a screenshot of video. (Using FFMPEG)
  3. Generate thumbnails of screenshot. (Using upload plugin's methods)
  4. That's it :)

License

MIT

About

Video thumbnail plugin for Strapi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors