李帅

1.修复一些bug

......@@ -60,6 +60,7 @@ class AdminMakeImmerse implements ShouldQueue
// 组装文字参数
$drawtext = $this->getTextContentString();
echo $drawtext;
// 判断双轨 没有则制作空轨
$is_bgm = $this->adminMakeVideo->temp->bg_music == 1; //是否手动上传背景音
......@@ -282,7 +283,6 @@ class AdminMakeImmerse implements ShouldQueue
$round = round($this->media_info['format']['duration'] / count($contents),1);
if ($round < 1) $round = 1;
$sub_text = '';
print_r($contents);
foreach ($contents as $key => $content){
$DS = $key * $round;
$DE = $DS + $round;
......