incorrect filename
This commit is contained in:
@@ -172,7 +172,7 @@ class GenerateVariants implements ShouldQueue
|
|||||||
$ffmpeg = FFMpeg::create();
|
$ffmpeg = FFMpeg::create();
|
||||||
$video = $ffmpeg->open($temp);
|
$video = $ffmpeg->open($temp);
|
||||||
$frame = $video->frame(TimeCode::fromSeconds(5));
|
$frame = $video->frame(TimeCode::fromSeconds(5));
|
||||||
$frame->save($variantFile);
|
$frame->save($tempImage);
|
||||||
|
|
||||||
$width = $variantData['thumbnail']['width'];
|
$width = $variantData['thumbnail']['width'];
|
||||||
$height = $variantData['thumbnail']['height'];
|
$height = $variantData['thumbnail']['height'];
|
||||||
|
|||||||
Reference in New Issue
Block a user