ming 3 năm trước cách đây
mục cha
commit
e2b712acda
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      main.py

+ 2 - 2
main.py

@@ -572,8 +572,8 @@ def anchor_video_v2(name,text_content, image_urls,avatar):
     LOGO_ED = openshot.FFmpegReader(dir_video+"LOGO_ED.avi")
     LOGO_ED.Open()
     LOGO_ED_clip = video_photo_clip(vid=LOGO_ED,layer=4,position=main_timer,end=LOGO_ED.info.duration+2
-                    ,location_x=0.005,location_y=-0.03
-                    ,scale_x=0.8,scale_y=0.68)
+                    ,location_x=0.005,location_y=-0.031
+                    ,scale_x=0.8,scale_y=0.683)
     t.AddClip(LOGO_ED_clip)
     ED_duration = LOGO_ED.info.duration
     LOGO_ED.Close()