Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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] . ':' . | ... | ... |
-
Please register or login to post a comment