|
@@ -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([
|