|
@@ -145,7 +145,7 @@ class GeneratePreviewVideo extends Command
|
|
|
|
|
|
$format = new \FFMpeg\Format\Video\X264();
|
|
|
|
|
|
- $format->setKiloBitrate(500);
|
|
|
+ $format->setKiloBitrate(200);
|
|
|
$format->setAdditionalParameters(['-an']);
|
|
|
$video->save($format, $outputPath);
|
|
|
return $outputPath;
|