i want to display thumbnails or preview panels for videos listed on my site, i want to fetch a single frame from a video (from a particular time i.e get a frame of exactly after 1 min) and display them as thumbnails as in youtube...
Any help?
|
feedback
|
|
Take a look at the ffmpeg-php library. It's the only simple way to manipulate videos of different formats in PHP. There's also a wrapper called PHP Video Toolkit, you can find it here: http://sourceforge.net/projects/phpvideotoolkit/ | |||||||||
feedback
|
|
Try following this tutorial on PHP and ffmpeg, http://www.alberton.info/video_preview_as_animated_gif_with_ffmpeg_and_spl.html | |||
|
feedback
|
|
check this answer: http://stackoverflow.com/questions/2264840/thumbnail-of-video-in-php-while-uploading/2265169#2265169 | |||
|
feedback
|
|
Adding to how to use the ffmpeg answer, this is the parameters you're looking for:
| |||
|
feedback
|
|
Apple QuickTime has the functionality to do this if you upgrade to the Pro version. | |||
|
feedback
|