Bläddra i källkod

test video ripping

ming 3 år sedan
förälder
incheckning
d5876ed6d0
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      OpenshotService/openshot_video_generator.py

+ 1 - 1
OpenshotService/openshot_video_generator.py

@@ -766,7 +766,7 @@ def anchor_video_v2(name_hash,name,text_content, image_urls,multiLang,avatar):
 
         img_list[idx] = openshot.FFmpegReader(dir_photo+name_hash+'/'+p)
         img_list[idx].Open()
-        photo_clip_list[idx] = video_photo_clip(vid=img_list[idx],layer=4
+        photo_clip_list[idx] = video_photo_clip(vid=img_list[idx],layer=3
                 ,scale_x=0.8,scale_y=0.704,location_y=-0.03,position=main_timer,end=clip_duration,audio=False)
         t.AddClip(photo_clip_list[idx])
         img_list[idx].Close()