Created
November 30, 2022 08:03
-
-
Save vitali2y/8c4409a812e4bd8dfcd12dcd2f47b4bb to your computer and use it in GitHub Desktop.
One-liner for M$Teams/etc recording @ Linux
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ffmpeg -f pulse -i "$(awk '$2~/.monitor$/ {print $2; exit;}' \ | |
<(pactl list short sources))" -i <(arecord -f CD) -filter_complex \ | |
amix -acodec libmp3lame "$(date +%d%m%y%H%M%S)".mp3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment