Showing
1 changed file
with
1 additions
and
2 deletions
... | @@ -60,10 +60,9 @@ class MakeVideo implements ShouldQueue | ... | @@ -60,10 +60,9 @@ class MakeVideo implements ShouldQueue |
60 | $signature = "一言"; | 60 | $signature = "一言"; |
61 | $signature_x = 0; | 61 | $signature_x = 0; |
62 | $signature_y = -20; | 62 | $signature_y = -20; |
63 | - $content = $adminMakeVideo->poem->title . "\\t" . ' \-\- ' . $adminMakeVideo->poem->author . PHP_EOL . | 63 | + $content = $adminMakeVideo->poem->title .'\ \ '. $adminMakeVideo->poem->author . PHP_EOL . |
64 | $adminMakeVideo->poem->content . PHP_EOL; | 64 | $adminMakeVideo->poem->content . PHP_EOL; |
65 | $content_position = $adminMakeVideo->getContentPosition(); | 65 | $content_position = $adminMakeVideo->getContentPosition(); |
66 | - | ||
67 | // 转换logo大小 | 66 | // 转换logo大小 |
68 | // $watermark = $this->translateLogo(Storage::disk('public')->path('image/logo.jpg')); | 67 | // $watermark = $this->translateLogo(Storage::disk('public')->path('image/logo.jpg')); |
69 | $watermark = Storage::disk('public')->path('ffmpeg') . "/LOGO_eng.png"; | 68 | $watermark = Storage::disk('public')->path('ffmpeg') . "/LOGO_eng.png"; | ... | ... |
-
Please register or login to post a comment