Update VideoThumbnail

This commit is contained in:
Daniel Supernault 2019-06-01 18:09:57 -06:00
parent f9cb2b920c
commit 44ba4749f9
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -47,7 +47,7 @@ class VideoThumbnail implements ShouldQueue
$path[$i] = $t;
$save = implode('/', $path);
$video = FFMpeg::open($base)
->getFrameFromSeconds(1)
->getFrameFromSeconds(0)
->export()
->toDisk('local')
->save($save);