Loading CHANGELOG.md +4 −0 Original line number Diff line number Diff line # 1.1.4 ## Release notes - Issue #3264278: Error extracting thumbnail gif and jpg for videos longer than 59 seconds. # 1.1.3 ## Release notes Fix: added composer.json e declaring dependencies Loading src/Service/TranscodingService.php +1 −4 Original line number Diff line number Diff line Loading @@ -503,10 +503,7 @@ class TranscodingService { "gif" => [], ]; $videoDuration = gmdate( "s", intval($video->hls()->metadata()->getFormat()->get('duration')) ); $videoDuration = intval($video->hls()->metadata()->getFormat()->get('duration')); $timeStep = (int) $this->config->get('segment_duration'); Loading Loading
CHANGELOG.md +4 −0 Original line number Diff line number Diff line # 1.1.4 ## Release notes - Issue #3264278: Error extracting thumbnail gif and jpg for videos longer than 59 seconds. # 1.1.3 ## Release notes Fix: added composer.json e declaring dependencies Loading
src/Service/TranscodingService.php +1 −4 Original line number Diff line number Diff line Loading @@ -503,10 +503,7 @@ class TranscodingService { "gif" => [], ]; $videoDuration = gmdate( "s", intval($video->hls()->metadata()->getFormat()->get('duration')) ); $videoDuration = intval($video->hls()->metadata()->getFormat()->get('duration')); $timeStep = (int) $this->config->get('segment_duration'); Loading