如何在php中获取视频和pdf文件的缩略图快照

时间:2009-03-09 08:30:22

标签: php video-capture

任何人都可以帮我解决我如何以缩略图的形式显示视频和pdf文件? 谢谢..............

2 个答案:

答案 0 :(得分:5)

对于PDF,您可以使用Imagick。

How it's done is here in great detail

对于视频快照,您可以使用FFMPEG。这是一个示例代码。

// this will create many images
$thumb = exec("ffmpeg -i video.mpg image%d.jpg");

答案 1 :(得分:0)

使用ImageMagick's PHP课程。支持video and PDF.