mirror of https://github.com/pixelfed/pixelfed.git
Update VideoThumbnail
This commit is contained in:
parent
f9cb2b920c
commit
44ba4749f9
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue