diff options
Diffstat (limited to 'bin/guiscripts/vrec')
-rwxr-xr-x | bin/guiscripts/vrec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/guiscripts/vrec b/bin/guiscripts/vrec index 4d3f8db..6af8d58 100755 --- a/bin/guiscripts/vrec +++ b/bin/guiscripts/vrec @@ -72,7 +72,10 @@ fi # Set audio variable if [ "$1" = "-a" ] then - audio="-f pulse -ac 2 -i default" + ## Mic + # audio="-f pulse -ac 2 -i default" + ## Desktop + audio="-f pulse -i alsa_output.pci-0000_00_1f.3.analog-stereo.monitor -ac 1" shift fi output="$(date +%F_%H-%M-%S)" |