From f7f8ef174760d94088878ccf9db4fcada3c2aaf0 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 29 Aug 2020 07:30:43 +0200 Subject: Add script for streaming while saving a local copy of the video --- replay.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'replay.sh') diff --git a/replay.sh b/replay.sh index 53f9bf6..8842f5c 100755 --- a/replay.sh +++ b/replay.sh @@ -1,4 +1,4 @@ #!/bin/sh [ "$#" -ne 5 ] && echo "usage: replay.sh " && exit 1 -sibs build --release && ./sibs-build/linux_x86_64/release/gpu-screen-recorder -w "$1" -c mp4 -f "$2" -a "$3" -r "$4" -o "$5" +./sibs-build/linux_x86_64/release/gpu-screen-recorder -w "$1" -c mp4 -f "$2" -a "$3" -r "$4" -o "$5" -- cgit v1.2.3