Explorar o código

update interval

ming %!s(int64=4) %!d(string=hai) anos
pai
achega
c5666bc221
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      main.py

+ 1 - 1
main.py

@@ -654,7 +654,7 @@ def anchor_video_v2(name,text_content, image_urls):
     for p in listdir(dir_photo+name_hash):
         
         anchor_list[idx] = openshot.FFmpegReader(dir_anchor+name_hash+"/"+str(idx)+".mp4")
-        clip_duration = anchor_list[idx].info.duration-0.3
+        clip_duration = anchor_list[idx].info.duration
         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)