Przeglądaj źródła

增加生成视频条数

zhangyong 1 rok temu
rodzic
commit
3220fc59dc
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      video_stitching/video_stitching.py

+ 1 - 1
video_stitching/video_stitching.py

@@ -301,7 +301,7 @@ class VideoStitching():
                 except Exception as e:
                     Common.logger().warning(f"新拼接视频发送oss失败:{e}\n")
                     continue
-            if count >= 1:
+            if count >= 20:
                 break