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 2f47c45 commit 223118dCopy full SHA for 223118d
src/FFMpeg/Filters/Video/ExtractMultipleFramesFilter.php
@@ -104,7 +104,6 @@ public function apply(Video $video, VideoInterface $format)
104
$commands[] = '-vf';
105
$commands[] = 'fps=' . $this->frameRate;
106
$commands[] = $this->destinationFolder . 'frame-%0'.$nbDigitsInFileNames.'d.jpg';
107
- break;
108
}
109
catch (RuntimeException $e) {
110
throw new RuntimeException('An error occured while extracting the frames: ' . $e->getMessage() . '. The code: ' . $e->getCode());
0 commit comments