소스 검색

修改目录文件

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):