aboutsummaryrefslogtreecommitdiff
path: root/interactive.sh
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-08-30 05:04:10 +0200
committerdec05eba <dec05eba@protonmail.com>2020-08-30 05:04:10 +0200
commitb193f6fee44aec04852420d24777f511cb7131bc (patch)
treec0733fd2ce74a4c288b8e947235bfc74d223d66f /interactive.sh
parentd69aded7faee43837dfd17342da50c1aa93de58f (diff)
Add -q quality flag. Set to high by default. Valid values: high, ultra
Diffstat (limited to 'interactive.sh')
-rwxr-xr-xinteractive.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/interactive.sh b/interactive.sh
index ed463df..425cd25 100755
--- a/interactive.sh
+++ b/interactive.sh
@@ -29,4 +29,4 @@ read output_file_name
output_dir=$(dirname "$output_file_name")
mkdir -p "$output_dir"
-./sibs-build/linux_x86_64/release/gpu-screen-recorder -w "$window_id" -c mp4 -f "$fps" -a "$selected_audio_input" > "$output_file_name"
+./sibs-build/linux_x86_64/release/gpu-screen-recorder -w "$window_id" -c mp4 -f "$fps" -a "$selected_audio_input" -o "$output_file_name"