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 1ab05d3 commit e49fe77Copy full SHA for e49fe77
src/Converters/Video/MediaFrameConverter.php
@@ -37,7 +37,7 @@ protected function getTimecode(Media $media, ?MediaConversion $parent): int|floa
37
$seconds = $source->duration / 1_000;
38
39
if ($this->timecode > $seconds) {
40
- return $seconds;
+ return floor($seconds);
41
}
42
43
return $this->timecode;
0 commit comments