zhangyong hace 1 año
padre
commit
9d0f6963f7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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}")
                 return
             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:
             audio_url, video_with_subtitles, clips = cls.concatenate_videos(videos, str(audio), srt, video_type)