chore: round seconds output during clip creation
This commit is contained in:
@@ -173,7 +173,8 @@ def _concat_ts_files(file_list: list[str], start_offset: float, end_offset: floa
|
|||||||
with tqdm(
|
with tqdm(
|
||||||
total=length,
|
total=length,
|
||||||
unit="s",
|
unit="s",
|
||||||
unit_scale=False,
|
unit_scale=True,
|
||||||
|
unit_divisor=60,
|
||||||
desc="Processing",
|
desc="Processing",
|
||||||
leave=True,
|
leave=True,
|
||||||
) as pbar:
|
) as pbar:
|
||||||
|
|||||||
Reference in New Issue
Block a user