Fix formatting
This commit is contained in:
parent
3609b990ff
commit
ab6fa11982
@ -13,17 +13,17 @@ while [ $# -gt 0 ]; do
|
|||||||
landscape=false
|
landscape=false
|
||||||
shift
|
shift
|
||||||
;;
|
;;
|
||||||
-s|--source)
|
-s | --source)
|
||||||
ssh_host="$2"
|
ssh_host="$2"
|
||||||
shift
|
shift
|
||||||
shift
|
shift
|
||||||
;;
|
;;
|
||||||
-o|--output)
|
-o | --output)
|
||||||
output_path="$2"
|
output_path="$2"
|
||||||
shift
|
shift
|
||||||
shift
|
shift
|
||||||
;;
|
;;
|
||||||
-f|--format)
|
-f | --format)
|
||||||
format="$2"
|
format="$2"
|
||||||
shift
|
shift
|
||||||
shift
|
shift
|
||||||
@ -78,8 +78,6 @@ else
|
|||||||
decompress="lz4 -d"
|
decompress="lz4 -d"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# list of ffmpeg filters to apply
|
# list of ffmpeg filters to apply
|
||||||
video_filters=""
|
video_filters=""
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user