zhangyong 1 年之前
父节点
当前提交
9d0f6963f7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      video_stitching/video_stitching.py

+ 1 - 1
video_stitching/video_stitching.py

@@ -375,7 +375,7 @@ class VideoStitching():
                 Common.logger("video").info(f"未使用视频链接为空:{url_list}")
                 Common.logger("video").info(f"未使用视频链接为空:{url_list}")
                 return
                 return
             videos = [list(item) for item in url_list]
             videos = [list(item) for item in url_list]
-        # videos = Oss.get_oss_url(video_type, videos)
+        videos = Oss.get_oss_url(video_type, videos)
         # 视频截取
         # 视频截取
         try:
         try:
             audio_url, video_with_subtitles, clips = cls.concatenate_videos(videos, str(audio), srt, video_type)
             audio_url, video_with_subtitles, clips = cls.concatenate_videos(videos, str(audio), srt, video_type)