moshaorui hace 3 semanas
padre
commit
dd7deab1b8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Console/Commands/GeneratePreviewVideo.php

+ 1 - 1
app/Console/Commands/GeneratePreviewVideo.php

@@ -183,7 +183,7 @@ class GeneratePreviewVideo extends Command
 
         // Output as H.264 encoded MP4
         $format = new \FFMpeg\Format\Video\X264();
-        //$format->setKiloBitrate(200); // Set video bitrate (kbps)
+        $format->setKiloBitrate(150); // Set video bitrate (kbps)
         $format->setAdditionalParameters(['-an']); // Disable audio
 
         // Save the video