From c1f5d7ee4d5fc8cdd7f297f3f2c0b57b7718b114 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 28 Aug 2020 05:04:16 +0200 Subject: Add nvidia-like instant replay option --- replay.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 replay.sh (limited to 'replay.sh') diff --git a/replay.sh b/replay.sh new file mode 100755 index 0000000..53f9bf6 --- /dev/null +++ b/replay.sh @@ -0,0 +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" -- cgit v1.2.3