fix script input parameters (#1104)

This commit is contained in:
727155455 2025-06-16 20:20:17 +08:00 committed by GitHub
parent c157c08e5a
commit ba8979e4ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -432,7 +432,7 @@ def check_subprocess(record_name: str, record_url: str, ffmpeg_command: list, sa
params = [
f'--record_name "{record_name}"',
f'--save_file_path "{save_file_path}"',
f'--save_type {save_type}'
f'--save_type {save_type}',
f'--split_video_by_time {split_video_by_time}',
f'--converts_to_mp4 {converts_to_mp4}',
]