zhangyong 1 year ago
parent
commit
18d03be8aa
1 changed files with 2 additions and 1 deletions
  1. 2 1
      video_stitching/video_stitching.py

+ 2 - 1
video_stitching/video_stitching.py

@@ -12,7 +12,6 @@ import urllib.parse
 
 
 
 
 sys.path.append(os.getcwd())
 sys.path.append(os.getcwd())
-from moviepy.video.compositing.concatenate import concatenate
 
 
 from datetime import datetime
 from datetime import datetime
 from common import Feishu
 from common import Feishu
@@ -23,6 +22,8 @@ from common.material import Material
 from moviepy.editor import concatenate_videoclips
 from moviepy.editor import concatenate_videoclips
 from moviepy.video.io.VideoFileClip import VideoFileClip
 from moviepy.video.io.VideoFileClip import VideoFileClip
 from moviepy import editor
 from moviepy import editor
+from moviepy.video.compositing.concatenate import concatenate
+