mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-25 17:26:43 +00:00
Update VideoThumbnail
This commit is contained in:
parent
f9cb2b920c
commit
44ba4749f9
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ class VideoThumbnail implements ShouldQueue
|
||||||
$path[$i] = $t;
|
$path[$i] = $t;
|
||||||
$save = implode('/', $path);
|
$save = implode('/', $path);
|
||||||
$video = FFMpeg::open($base)
|
$video = FFMpeg::open($base)
|
||||||
->getFrameFromSeconds(1)
|
->getFrameFromSeconds(0)
|
||||||
->export()
|
->export()
|
||||||
->toDisk('local')
|
->toDisk('local')
|
||||||
->save($save);
|
->save($save);
|
||||||
|
|
Loading…
Reference in a new issue