Is there any way to create multiple thumbnails from a video through php? I don’t have ffmpeg installed in my hosting account’s web server. What should I do now?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Assuming the videos are hosted on your own server, your best bet would be to request that ffmpeg be installed by your hosting provider. If the videos are hosted by a third-party such as YouTube or Vimeo, you can use their APIs to request the thumbnails (see How do I get a YouTube video thumbnail from the YouTube API? for an example of Youtube thumbnail handling).