Showing
1 changed file
with
1 additions
and
3 deletions
... | @@ -417,9 +417,7 @@ class AdminMakeImmerse implements ShouldQueue | ... | @@ -417,9 +417,7 @@ class AdminMakeImmerse implements ShouldQueue |
417 | 'fontcolor_expr=' . escapeshellarg($text_color . '%{eif\\\\: clip(255*(1*between(t\\, ' . $DE . ' + ' . $FID . '\\, ' . $DE . ' - ' . $FOD . ') + ((t - ' . $DS . ')/' . $FID . ')*between(t\\, ' . $DS . '\\, ' . $DS . ' + ' . $FID . ') + (-(t - ' . $DE . ')/' . $FOD . ')*between(t\\, ' . $DE . ' - ' . $FOD . '\\, ' . $DE . '))\\, 0\\, 255) \\\\: x\\\\: 2 }') . ':' . | 417 | 'fontcolor_expr=' . escapeshellarg($text_color . '%{eif\\\\: clip(255*(1*between(t\\, ' . $DE . ' + ' . $FID . '\\, ' . $DE . ' - ' . $FOD . ') + ((t - ' . $DS . ')/' . $FID . ')*between(t\\, ' . $DS . '\\, ' . $DS . ' + ' . $FID . ') + (-(t - ' . $DE . ')/' . $FOD . ')*between(t\\, ' . $DE . ' - ' . $FOD . '\\, ' . $DE . '))\\, 0\\, 255) \\\\: x\\\\: 2 }') . ':' . |
418 | 'x=' . escapeshellarg(VideoTemp::POSITION_FFMPEG[$component->position][0]) . ':' . | 418 | 'x=' . escapeshellarg(VideoTemp::POSITION_FFMPEG[$component->position][0]) . ':' . |
419 | 'y=' . escapeshellarg(VideoTemp::POSITION_FFMPEG[$component->position][1]) . ':' . | 419 | 'y=' . escapeshellarg(VideoTemp::POSITION_FFMPEG[$component->position][1]) . ':' . |
420 | - 'fix_bounds='. $fix_bounds . ':' . | 420 | + 'fix_bounds='. $fix_bounds . '", '; |
421 | - 'box=1:boxborderw='. $text_bg_box . ':' . | ||
422 | - 'boxcolor=' . $text_bg_color . '@' . $opacity . '", '; | ||
423 | } | 421 | } |
424 | 422 | ||
425 | $drawtext .= $sub_text; | 423 | $drawtext .= $sub_text; | ... | ... |
-
Please register or login to post a comment