From 9864dadc75f6788500cc12ca265d8bf831132e14 Mon Sep 17 00:00:00 2001 From: nodemixaholic Date: Mon, 19 Feb 2024 02:19:52 +0000 Subject: [PATCH] Update 'sampeg.sh' --- sampeg.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/sampeg.sh b/sampeg.sh index e267019..2d6b29d 100644 --- a/sampeg.sh +++ b/sampeg.sh @@ -1,7 +1,7 @@ #!/bin/bash # SaMpeg version -SAMPEG_VER="2.2024c" +SAMPEG_VER="2.2024d" # Function to check if NVENC is supported check_nvenc_support() { @@ -304,11 +304,6 @@ display_commands() { display_help() { display_header display_commands - echo "------------------" - echo Your possible output device: - pactl list | grep -A2 'Source #' | grep 'Name: ' | cut -d" " -f2 | grep ".monitor" - echo Your possible input devices: - pactl list | grep -A2 'Source #' | grep 'Name: ' | cut -d" " -f2 | grep -v ".monitor" } # Main script