PHPWeb Development PHP: How to generate thumbnail from a video using ffmpeg withPHP ? By Ayyaz Zafar November 14, 2015 0 16 Share Facebook Twitter Pinterest WhatsApp Linkedin ReddIt Email Tumblr $video = "your_video.mp4"; $output_file = "thumbnail.jpg"; exec("ffmpeg -i $video -ss 00:00:14.435 -vframes 1 $output_file", $out); Related TagsffmpegPHPWeb Development Share Facebook Twitter Pinterest WhatsApp Linkedin ReddIt Email Tumblr Previous articlePHP: How to force user to download file using php?Next articlePHP: how to display tweets on a webpage using php? - Advertisement - More articles How to use RESTful Api with Angular? June 13, 2021 How to install and set up Facebook pixel in WordPress? May 30, 2021 How to install bootstrap in angular? May 29, 2021 LEAVE A REPLY Cancel reply Comment: Please enter your comment! Name:* Please enter your name here Email:* You have entered an incorrect email address! Please enter your email address here Website: Save my name, email, and website in this browser for the next time I comment. Notify me of follow-up comments by email. Notify me of new posts by email. Δ Latest article Elon Musk recently launched his own social media to beat Twitter! April 21, 2022 How to install ionic in angular? April 8, 2022 How to deploy angular app on heroku? April 8, 2022 How to Deploy React on Heroku – The Easiest Way April 7, 2022 How To Install The Heroku CLI on Mac OS? April 7, 2022 Related