lakshmaji / Thumbnail

Thumbnail for a given video using FFMpeg
http://lakshmaji.github.io/Thumbnail
MIT License
110 stars 25 forks source link

Non-static method Lakshmaji\Thumbnail\Thumbnail::getThumbnail() should not be called staticall #28

Open faisal-lodhi opened 4 years ago

faisal-lodhi commented 4 years ago

I have follow each and every step while installing this package. i have also run

php artisan vendor:publish

it generated the "thumbnail.php" file in app/config.

i have also inlcuded FFMPEG configuration in .env file

FFMPEG_BINARIES=true FFMPEG=/usr/bin/ffmpeg FFPROBE=/usr/bin/ffprobe FFMPEG_TIMEOUT=3600 FFMPEG_THREADS=12

by doing all these , getThumbanil() method isn't working. can you please guide me ?

i am using:

"php": ">=5.6.4", "laravel/framework": "5.3.*",

lakshmaji commented 4 years ago

Can you give the links to a repository with minimal steps to reproduce the issue.