mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 14:31:26 +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;
|
||||
$save = implode('/', $path);
|
||||
$video = FFMpeg::open($base)
|
||||
->getFrameFromSeconds(1)
|
||||
->getFrameFromSeconds(0)
|
||||
->export()
|
||||
->toDisk('local')
|
||||
->save($save);
|
||||
|
|
Loading…
Reference in a new issue