李帅

1.继续调试ffmpeg命令

...@@ -89,7 +89,7 @@ class MakeVideo implements ShouldQueue ...@@ -89,7 +89,7 @@ class MakeVideo implements ShouldQueue
89 ' -filter_complex "[0:0] ' . 89 ' -filter_complex "[0:0] ' .
90 'drawtext="' . 90 'drawtext="' .
91 'fontfile=' . escapeshellarg($font) . ':' . 91 'fontfile=' . escapeshellarg($font) . ':' .
92 - 'text=' . escapeshellcmd($content) . ':' . 92 + 'text=' . escapeshellarg($content) . ':' .
93 'fontsize=43:' . 93 'fontsize=43:' .
94 'fontcolor=white@1.0:' . 94 'fontcolor=white@1.0:' .
95 'x=' . $content_position[0] . ':' . 95 'x=' . $content_position[0] . ':' .
......