|
@@ -685,7 +685,7 @@ def anchor_video_v2(name,text_content, image_urls):
|
|
|
|
|
|
title = openshot.QtImageReader(dir_title+name_hash+".png")
|
|
|
title.Open() # Open the reader
|
|
|
- title_clip = video_photo_clip(vid=title, layer=4, location_y=0.8 ,position=0,end=head_duration+main_timer)
|
|
|
+ title_clip = video_photo_clip(vid=title, layer=4, location_y=0.8,position=0,end=head_duration+main_timer)
|
|
|
t.AddClip(title_clip)
|
|
|
|
|
|
####start building
|