Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -617,7 +617,7 @@ class MakeVideo implements ShouldQueue | ... | @@ -617,7 +617,7 @@ class MakeVideo implements ShouldQueue |
617 | 'fontcolor=' . $text_color . '@1.0:' . | 617 | 'fontcolor=' . $text_color . '@1.0:' . |
618 | 'x=' . escapeshellarg(VideoTemp::POSITION_FFMPEG[$component->position][0]) . ':' . | 618 | 'x=' . escapeshellarg(VideoTemp::POSITION_FFMPEG[$component->position][0]) . ':' . |
619 | 'y=' . escapeshellarg(VideoTemp::POSITION_FFMPEG[$component->position][1]) . ':' . | 619 | 'y=' . escapeshellarg(VideoTemp::POSITION_FFMPEG[$component->position][1]) . ':' . |
620 | - 'box=1:boxborderw=1:boxcolor=' . $text_bg_color . '@' . $opacity . '", '; | 620 | + 'box=1:boxcolor=' . $text_bg_color . '@' . $opacity . '", '; |
621 | 621 | ||
622 | break; | 622 | break; |
623 | case 'every_poem': | 623 | case 'every_poem': | ... | ... |
-
Please register or login to post a comment