李帅

1.ffmpeg命令微调

...@@ -152,8 +152,8 @@ class MakeVideo implements ShouldQueue ...@@ -152,8 +152,8 @@ class MakeVideo implements ShouldQueue
152 $audio_input . 152 $audio_input .
153 ' -filter_complex "[0:0] ' . 153 ' -filter_complex "[0:0] ' .
154 $this->getTextContentString(). 154 $this->getTextContentString().
155 - '[text];[text]'. 155 + ' [text];[text]'.
156 - '[text] [2:v]overlay=20:20[water];[water]' . $audio_filter . '[1:0][1:1] concat=n=2:v=1:a=1[v][a]" ' . 156 + ' [2:v]overlay=20:20[water];[water]' . $audio_filter . '[1:0][1:1] concat=n=2:v=1:a=1[v][a]" ' .
157 ' -map [v] -map [a]'. 157 ' -map [v] -map [a]'.
158 ' -c:v libx264 -bt 256k -r 25' . 158 ' -c:v libx264 -bt 256k -r 25' .
159 ' -ar 44100 -ac 2 -qmin 30 -qmax 60 -profile:v baseline -preset fast ' . 159 ' -ar 44100 -ac 2 -qmin 30 -qmax 60 -profile:v baseline -preset fast ' .
......