李帅

1.重新整合ffmpeg命令

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