李帅

1.ffmpeg命令微调

......@@ -142,8 +142,6 @@ class MakeVideo implements ShouldQueue
$signature_y = -20;
$animate = $this->makeAnimate($last_frame_video, $end_wallpaper, '', $signature_x, $signature_y, $font);
$this->getTextContentString($adminMakeVideo);
$watermark = Storage::disk('public')->path('ffmpeg/LOGO_eng.png');
$video = $this->getTempPath('.mp4',false);
......