How create Strapi thumnbnails for videos (mp4)? What I must configure that its works?

HI together,

how create Strapi thumnbnails for videos (mp4)? What I must configure that its works?

I have that the problem that on my local-machine Strapi chreat thumbnails for mp4-Videos but not in Cloudfoundry.

And if Strapi not create a thumbnail for a video I can’t selected the video an put in my content! But it is uploaded and I can play if I selected in the media library in the details

System Information
  • Strapi Version: 4.3.6
  • Operating System: Linux/CloudFoundry
  • Database: Mysql
  • Node Version: 16.16.x
  • NPM Version: 8.18.0
  • Yarn Version:

To create thumbnails for videos (mp4) in Strapi, install and configure the provider-upload plugin, ensuring you have the necessary dependencies like ffmpeg or imagemagick . Test thumbnail generation on your local machine before deploying to Cloudfoundry, where you should check the configurations and logs for any errors. Fixing issues should allow Strapi to create thumbnails, allowing you to select and use videos in your content.