ming 3 years ago
parent
commit
7c18c0332d
1 changed files with 3 additions and 3 deletions
  1. 3 3
      OpenshotService/openshot_video_generator.py

+ 3 - 3
OpenshotService/openshot_video_generator.py

@@ -793,9 +793,9 @@ 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)
-        if avatar!=18:
-            print('avatar is ', avatar)
-            t.AddClip(anchor_clip_list[idx])
+        
+        print('avatar is ', avatar)
+        t.AddClip(anchor_clip_list[idx])
         
 
         img_list[idx] = openshot.FFmpegReader(dir_photo+name_hash+'/'+p)