浏览代码

增加生成视频条数

zhangyong 1 年之前
父节点
当前提交
3220fc59dc
共有 1 个文件被更改,包括 1 次插入1 次删除
  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:
                 except Exception as e:
                     Common.logger().warning(f"新拼接视频发送oss失败:{e}\n")
                     Common.logger().warning(f"新拼接视频发送oss失败:{e}\n")
                     continue
                     continue
-            if count >= 1:
+            if count >= 20:
                 break
                 break