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