李帅

1.ffmpeg命令微调

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