zhangyong 1 ano atrás
pai
commit
18d03be8aa
1 arquivos alterados com 2 adições e 1 exclusões
  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
+