ming 3 gadi atpakaļ
vecāks
revīzija
e0c3a67a32
1 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  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()