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