wenprise/video-thumbnail

在WordPress中生成视频缩略图

1.0 2020-06-19 10:11 UTC

This package is auto-updated.

Last update: 2024-09-21 21:37:08 UTC


README

使用FFmpeg在WordPress 5中生成视频缩略图的简单包。

安装

Composer安装

composer require wenprise/video-thumbnail
$video = new Wenprise\VideoThumbnail\VideoThumbnail('/usr/bin/ffmpeg', '/usr/bin/ffprobe');

$thumbnail = $video->createThumbnail(get_theme_file_path('demo.mp4'), get_theme_file_path(), 'thumbnail.png', 1, 150, 100);