Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -154,7 +154,7 @@ class MakeVideo implements ShouldQueue | ... | @@ -154,7 +154,7 @@ class MakeVideo implements ShouldQueue |
154 | ' -filter_complex "[0:0] ' . | 154 | ' -filter_complex "[0:0] ' . |
155 | 'drawtext="'. | 155 | 'drawtext="'. |
156 | 'fontfile=' . escapeshellarg($font_family) . ':' . | 156 | 'fontfile=' . escapeshellarg($font_family) . ':' . |
157 | - 'text=' . escapeshellarg($content) . ':'. | 157 | + 'text=' . escapeshellcmd($content) . ':'. |
158 | 'fontsize='.$font_size.':'. | 158 | 'fontsize='.$font_size.':'. |
159 | 'fontcolor=white@1.0:'. | 159 | 'fontcolor=white@1.0:'. |
160 | 'x=' . escapeshellarg($content_position[0]) . ':' . | 160 | 'x=' . escapeshellarg($content_position[0]) . ':' . | ... | ... |
-
Please register or login to post a comment