|
@@ -901,7 +901,7 @@ def anchor_video_v2(name_hash,name,text_content, image_urls,multiLang,avatar,fre
|
|
|
wm = openshot.QtImageReader(dir_video+"freeTrialWatermark.png")
|
|
|
wm.Open()
|
|
|
wm_clip = video_photo_clip(wm,layer=6,position=0,end=int(head_duration+main_timer+ED_duration))
|
|
|
- t.AddClip(wm_clip)
|
|
|
+ #t.AddClip(wm_clip)
|
|
|
|
|
|
else:
|
|
|
print("THIS IS NOT TRIAL")
|
|
@@ -1050,7 +1050,7 @@ def anchor_video_eng(name_hash,name,text_content, image_urls,sub_titles,avatar,f
|
|
|
wm = openshot.QtImageReader(dir_video+"freeTrialWatermark.png")
|
|
|
wm.Open()
|
|
|
wm_clip = video_photo_clip(wm,layer=6,position=0,end=int(head_duration+main_timer+ED_duration))
|
|
|
- t.AddClip(wm_clip)
|
|
|
+ #t.AddClip(wm_clip)
|
|
|
print("THIS IS TRIAL")
|
|
|
else:
|
|
|
print("THIS IS NOT TRIAL")
|