瀏覽代碼

修改目录文件

zhangyong 1 年之前
父節點
當前提交
29f41792ac
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      video_stitching/video_stitching.py

+ 1 - 1
video_stitching/video_stitching.py

@@ -21,7 +21,7 @@ from moviepy import editor
 
 
 
-output_path = "./video_stitchingvideo/video/new_video.mp4"
+output_path = "./video_stitching/video/new_video.mp4"
 class VideoStitching():
     @classmethod
     def split_text(cls, text, max_length):