feat: trace-level matching, health watcher/worker status, timezone config
This commit is contained in:
@@ -384,6 +384,7 @@ def main():
|
||||
parser.add_argument("video_path", help="視頻文件路徑")
|
||||
parser.add_argument("output_path", help="輸出文件路徑")
|
||||
parser.add_argument("--yolo-result", help="YOLO 結果文件路徑(可選)")
|
||||
parser.add_argument("--uuid", help="檔案 UUID(由 executor 傳入)")
|
||||
parser.add_argument(
|
||||
"--strategy", choices=["fixed", "similarity"], default="fixed", help="分片策略"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user