|
@@ -793,7 +793,10 @@ def anchor_video_v2(name_hash,name,text_content, image_urls,multiLang,avatar,fre
|
|
|
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])
|
|
|
+ if avatar!=18:
|
|
|
+ print('avatar is ', avatar)
|
|
|
+ t.AddClip(anchor_clip_list[idx])
|
|
|
+
|
|
|
|
|
|
img_list[idx] = openshot.FFmpegReader(dir_photo+name_hash+'/'+p)
|
|
|
img_list[idx].Open()
|
|
@@ -812,6 +815,7 @@ def anchor_video_v2(name_hash,name,text_content, image_urls,multiLang,avatar,fre
|
|
|
img_list[idx].Close()
|
|
|
anchor_list[idx].Close()
|
|
|
audio_list[idx].Close()
|
|
|
+
|
|
|
|
|
|
sub_img_list[idx] = [None] * len(sub_list[idx])
|
|
|
sub_clip_list[idx] = [None] * len(sub_list[idx])
|