Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -67,7 +67,7 @@ class MakeVideo implements ShouldQueue | ... | @@ -67,7 +67,7 @@ class MakeVideo implements ShouldQueue |
67 | 67 | ||
68 | // 转换logo大小 | 68 | // 转换logo大小 |
69 | // $watermark = $this->translateLogo(Storage::disk('public')->path('image/logo.jpg')); | 69 | // $watermark = $this->translateLogo(Storage::disk('public')->path('image/logo.jpg')); |
70 | - $watermark = Storage::disk('public')->path('ffmpeg') . "/LOGO_eng.png"; | 70 | + $watermark = Storage::disk('public')->path('ffmpeg/LOGO_eng.png'); |
71 | 71 | ||
72 | // 生成贴纸和签名 | 72 | // 生成贴纸和签名 |
73 | $end_wallpaper = $this->wallpaperWithSignature($end_wallpaper, $thumbnail, $signature, $font); | 73 | $end_wallpaper = $this->wallpaperWithSignature($end_wallpaper, $thumbnail, $signature, $font); | ... | ... |
-
Please register or login to post a comment