Browse Source

视频预览

moshaorui 3 weeks ago
parent
commit
dded080f42

+ 2 - 0
app/Console/Commands/GeneratePreviewVideo.php

@@ -13,6 +13,8 @@ use FFMpeg\Coordinate\TimeCode;
 
 
 
+
+
 /*
  * 生成预览10秒视频
  *

+ 2 - 0
database/migrations/2025_03_19_124906_create_preview_video_table.php

@@ -6,6 +6,8 @@ use Illuminate\Support\Facades\Schema;
 
 return new class extends Migration
 {
+
+
     /**
      * Run the migrations.
      *