mirror of
https://github.com/harry0703/MoneyPrinterTurbo.git
synced 2026-03-11 01:07:21 +08:00
add logs
This commit is contained in:
parent
dbc1922f19
commit
bdea0b0ef5
@ -80,7 +80,7 @@ def combine_videos(combined_video_path: str,
|
||||
x_center=clip.w / 2,
|
||||
y_center=clip.h / 2
|
||||
)
|
||||
logger.info(f"resizing video to {video_width} x {video_height}")
|
||||
logger.info(f"resizing video to {video_width} x {video_height}, clip size: {clip.w} x {clip.h}")
|
||||
clip = clip.resize((video_width, video_height))
|
||||
|
||||
if clip.duration > max_clip_duration:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user