李帅

1.继续调试ffmpeg命令

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