From f5f35a5c44527b490ddabb0b9489334aad36428c Mon Sep 17 00:00:00 2001 From: "kyj@bowong.ai" Date: Wed, 26 Mar 2025 16:53:15 +0800 Subject: [PATCH] =?UTF-8?q?FIX=20=E4=BF=AE=E5=A4=8D=E8=A7=86=E9=A2=91?= =?UTF-8?q?=E8=AE=A1=E7=AE=97=E8=8A=82=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nodes/compute_video_point.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/compute_video_point.py b/nodes/compute_video_point.py index 147f135..57dadde 100644 --- a/nodes/compute_video_point.py +++ b/nodes/compute_video_point.py @@ -46,6 +46,6 @@ class VideoStartPointDurationCompute: duration = get_duration_wave(audio) loguru.logger.info("audio duration %.3f s" % duration) duration = duration + end_padding - loguru.logger.info("audio duration with padding %.3f s" % get_duration_wave(audio)) + loguru.logger.info("audio duration with padding %.3f s" % duration) return (start_point, duration*fps,)