李帅

1.ffmpeg命令微调

...@@ -595,7 +595,7 @@ class MakeVideo implements ShouldQueue ...@@ -595,7 +595,7 @@ class MakeVideo implements ShouldQueue
595 595
596 public function getTextContentString() 596 public function getTextContentString()
597 { 597 {
598 - $components = $this->adminMakeVideo->temp()->first()->components->get(); 598 + $components = $this->adminMakeVideo->temp()->first()->components()->get();
599 599
600 $font = Storage::disk('public')->path('ffmpeg/arialuni.ttf'); 600 $font = Storage::disk('public')->path('ffmpeg/arialuni.ttf');
601 601
......