ming 3 年之前
父節點
當前提交
e0c3a67a32
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      OpenshotService/openshot_video_generator.py

+ 3 - 3
OpenshotService/openshot_video_generator.py

@@ -760,9 +760,9 @@ def anchor_video_v2(name_hash,name,text_content, image_urls,multiLang,avatar):
         anchor_list[idx] = openshot.FFmpegReader(dir_anchor+name_hash+"/"+str(idx)+".mp4")
         clip_duration = anchor_list[idx].info.duration
         anchor_list[idx].Open()
-        anchor_clip_list[idx] = video_photo_clip(vid=anchor_list[idx],layer=4,scale_x=0.65,scale_y=0.65,
-                location_x=0.35,location_y=0.25,position=main_timer, end=clip_duration,ck=ck_anchor,audio=False)
-        t.AddClip(anchor_clip_list[idx])
+        #anchor_clip_list[idx] = video_photo_clip(vid=anchor_list[idx],layer=4,scale_x=0.65,scale_y=0.65,
+        #        location_x=0.35,location_y=0.25,position=main_timer, end=clip_duration,ck=ck_anchor,audio=False)
+        #t.AddClip(anchor_clip_list[idx])
 
         img_list[idx] = openshot.FFmpegReader(dir_photo+name_hash+'/'+p)
         img_list[idx].Open()