소스 검색

视频预览

moshaorui 2 주 전
부모
커밋
845ff42b6e
1개의 변경된 파일2개의 추가작업 그리고 5개의 파일을 삭제
  1. 2 5
      app/Console/Commands/GeneratePreviewVideo.php

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

@@ -66,7 +66,6 @@ class GeneratePreviewVideo extends Command
 
         foreach ($reslut as $item) {
             try {
-                /*
                 $video_oss_url = $this->ossUrl($item->video_url);
                 $fileName = basename($video_oss_url);
                 $fileInfo = pathinfo($fileName);
@@ -80,14 +79,12 @@ class GeneratePreviewVideo extends Command
                 $previewPath = storage_path('tmp/previews/'.$previewName);
                 //截取视频前5秒
                 $this->generatePreview($localFilePath, $previewPath);
-                */
 
-                $previewPath = '/home/wwwroot/test.mtb.com/mtb_dcatadmin_album/storage/tmp/previews/648856874065661952_preview.mp4';
                 //上传到OSS
-                $uploadPath = 'videos/uploads/previews/'. date('Ym');
+                $uploadPath = 'videos/uploads/previews/'. date('Ym').'/'.$previewName;
                 $disk->putFile($uploadPath,$previewPath);
-                dd('success111');
 
+                dd('success111cc');
                 DB::table('site_preview_video')
                     ->where('id', $item->id)
                     ->update([