tools/video-util.sh: fix --output
This commit is contained in:
parent
aabd735fd2
commit
49106dd29d
@ -13,6 +13,7 @@ YELLOW=$(tput setaf 3)
|
|||||||
CYAN=$(tput setaf 6)
|
CYAN=$(tput setaf 6)
|
||||||
|
|
||||||
input=
|
input=
|
||||||
|
output=
|
||||||
command=
|
command=
|
||||||
roi_file=
|
roi_file=
|
||||||
motion_threshold=1
|
motion_threshold=1
|
||||||
@ -261,6 +262,11 @@ while [[ $# -gt 0 ]]; do
|
|||||||
shift; shift
|
shift; shift
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
-o|--output)
|
||||||
|
output="$2"
|
||||||
|
shift; shift
|
||||||
|
;;
|
||||||
|
|
||||||
--roi-file)
|
--roi-file)
|
||||||
roi_file="$2"
|
roi_file="$2"
|
||||||
shift; shift
|
shift; shift
|
||||||
|
Loading…
x
Reference in New Issue
Block a user