Skip to content

Commit 63e731e

Browse files
committed
Update VideoThumbnailJob.php
1 parent 6669cce commit 63e731e

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

app/Jobs/Video/VideoThumbnailJob.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,6 @@ public function handle(): void
7171
$thumb = str_replace('.'.$ext, '.jpg', $video->vid);
7272

7373
$indexSec = 0;
74-
if ($video->size_kb && $video->size_kb > 8000) {
75-
$indexSec = 2;
76-
}
7774

7875
$media = FFMpeg::fromDisk('s3')
7976
->open($video->vid)

0 commit comments

Comments
 (0)