We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6669cce commit 63e731eCopy full SHA for 63e731e
1 file changed
app/Jobs/Video/VideoThumbnailJob.php
@@ -71,9 +71,6 @@ public function handle(): void
71
$thumb = str_replace('.'.$ext, '.jpg', $video->vid);
72
73
$indexSec = 0;
74
- if ($video->size_kb && $video->size_kb > 8000) {
75
- $indexSec = 2;
76
- }
77
78
$media = FFMpeg::fromDisk('s3')
79
->open($video->vid)
0 commit comments