Automated PR - 2026-04-23

This commit is contained in:
github-actions[bot]
2026-04-23 12:43:54 +00:00
parent a2c3f24078
commit b604d3fab3
49 changed files with 2664 additions and 568 deletions
@@ -241,8 +241,8 @@ def main(
help="Path to input video/image file or directory containing media files",
exists=True,
),
output: Path | None = typer.Option( # noqa: B008
None,
output: Path = typer.Option( # noqa: B008
...,
"--output",
"-o",
help="Path to json output file for reference video paths. "