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}")
                 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)