소스 검색

update interval

ming 3 년 전
부모
커밋
c5666bc221
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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)