zhangyong 1 سال پیش
والد
کامیت
18d03be8aa
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  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())
-from moviepy.video.compositing.concatenate import concatenate
 
 from datetime import datetime
 from common import Feishu
@@ -23,6 +22,8 @@ from common.material import Material
 from moviepy.editor import concatenate_videoclips
 from moviepy.video.io.VideoFileClip import VideoFileClip
 from moviepy import editor
+from moviepy.video.compositing.concatenate import concatenate
+