소스 검색

no message

zhangyong 1 년 전
부모
커밋
ba4ab8e0d4
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      video_stitching/video_stitching.py

+ 3 - 3
video_stitching/video_stitching.py

@@ -8,9 +8,6 @@ import time
 
 import requests
 import urllib.parse
-
-
-sys.path.append(os.getcwd())
 from common.aliyun_oss_uploading import Oss
 from common.common import Common
 from common.db import MysqlHelper
@@ -18,6 +15,9 @@ from common.material import Material
 from moviepy.editor import VideoFileClip, concatenate_videoclips
 from moviepy import editor
 
+sys.path.append(os.getcwd())
+
+
 
 output_path = "./video_stitchingvideo/new_video.mp4"
 class VideoStitching():