lh 6 дней назад
Родитель
Сommit
29452d998d
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      app/Services/AIGeneration/AIVideoGenerationService.php

+ 1 - 0
app/Services/AIGeneration/AIVideoGenerationService.php

@@ -460,6 +460,7 @@ class AIVideoGenerationService
                 'return_last_frame' => $params['return_last_frame'] ?? true,
                 'service_tier' => $params['service_tier'] ?? 'default',
                 'execution_expires_after' => $params['execution_expires_after'] ?? 172800,
+                'video_resolution' => $params['video_resolution'] ?? '720P',
                 'generate_audio' => $params['generate_audio'] ?? false,
                 'draft' => $params['draft'] ?? false,
                 'ratio' => $params['ratio'] ?? '9:16',