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