mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-03-25 20:47:45 +01:00
screen_capture: pick audio automatically
This commit is contained in:
parent
509d72007a
commit
8c19b7697c
@ -2,8 +2,8 @@
|
||||
|
||||
window=$(xdotool getwindowfocus)
|
||||
fps=30
|
||||
audio_1="easyeffects_sink.monitor"
|
||||
audio_2="easyeffects_source"
|
||||
audio_1="$(pactl get-default-sink).monitor"
|
||||
audio_2="$(pactl get-default-source)"
|
||||
format="mp4"
|
||||
v_codec="h264"
|
||||
a_codec="opus"
|
||||
|
Loading…
x
Reference in New Issue
Block a user