1
0
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:
tiyn 2023-12-10 15:49:28 +01:00
parent 509d72007a
commit 8c19b7697c

View File

@ -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"