Can anyone help me out that how i can display video and pdf file as thumbnail?? Thanks..............
For the PDF you can use Imagick.
How it's done is here in great detail
For the video snapshot, you can use FFMPEG. Here's an example code.
// this will create many images
$thumb = exec("ffmpeg -i video.mpg image%d.jpg");
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With