李帅

1.重新整合ffmpeg命令

...@@ -154,7 +154,7 @@ class MakeVideo implements ShouldQueue ...@@ -154,7 +154,7 @@ class MakeVideo implements ShouldQueue
154 ' -filter_complex "[0:0] ' . 154 ' -filter_complex "[0:0] ' .
155 'drawtext="'. 155 'drawtext="'.
156 'fontfile=' . escapeshellarg($font_family) . ':' . 156 'fontfile=' . escapeshellarg($font_family) . ':' .
157 - 'text=' . escapeshellarg($content) . ':'. 157 + 'text=' . escapeshellcmd($content) . ':'.
158 'fontsize='.$font_size.':'. 158 'fontsize='.$font_size.':'.
159 'fontcolor=white@1.0:'. 159 'fontcolor=white@1.0:'.
160 'x=' . escapeshellarg($content_position[0]) . ':' . 160 'x=' . escapeshellarg($content_position[0]) . ':' .
......