chore: round seconds output during clip creation

This commit is contained in:
2026-02-01 01:18:19 +00:00
parent e36b9801db
commit 702973cc62

View File

@@ -173,7 +173,8 @@ def _concat_ts_files(file_list: list[str], start_offset: float, end_offset: floa
with tqdm(
total=length,
unit="s",
unit_scale=False,
unit_scale=True,
unit_divisor=60,
desc="Processing",
leave=True,
) as pbar: