This commit is contained in:
Wietse Wind
2025-01-25 13:43:24 -08:00
committed by GitHub
4 changed files with 61 additions and 2 deletions

View File

@@ -90,6 +90,12 @@ def parse_rclone_retention(ctx, param, retention) -> relativedelta:
"be to execute a permanent delete instead of using the recycle bin on a destination. "
"Google Drive example: `--drive-use-trash=false`",
)
@click.option(
"--postprocess-binary",
default="",
envvar="POSTPROCESS_BINARY",
help="Optional path to binary to postprocess the processed video, gets video destination path as argument."
)
@click.option(
"--detection-types",
envvar="DETECTION_TYPES",