Browse Source

trial test

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

+ 1 - 1
OpenshotService/openshot_video_generator.py

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