From 49106dd29d2c974a7373a3cf4230f733feecbb02 Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Tue, 7 Jun 2022 18:09:00 +0300 Subject: tools/video-util.sh: fix --output --- tools/video-util.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tools') diff --git a/tools/video-util.sh b/tools/video-util.sh index 7ba0d30..caf925d 100755 --- a/tools/video-util.sh +++ b/tools/video-util.sh @@ -13,6 +13,7 @@ YELLOW=$(tput setaf 3) CYAN=$(tput setaf 6) input= +output= command= roi_file= motion_threshold=1 @@ -261,6 +262,11 @@ while [[ $# -gt 0 ]]; do shift; shift ;; + -o|--output) + output="$2" + shift; shift + ;; + --roi-file) roi_file="$2" shift; shift -- cgit v1.2.3