diff --git a/config/input.conf b/config/input.conf new file mode 100644 index 0000000..db5543a --- /dev/null +++ b/config/input.conf @@ -0,0 +1,2 @@ +f1 af toggle "acompressor=threshold=-25dB:ratio=4:attack=5:release=50" +f2 af toggle "dynaudnorm=g=15:f=250:p=0.8" diff --git a/config/mpv.conf b/config/mpv.conf index 984e52e..1ed9b3c 100644 --- a/config/mpv.conf +++ b/config/mpv.conf @@ -25,6 +25,7 @@ osc=yes # Show on-screen controller cursor-autohide=1000 # Hide mouse cursor during playback idle=yes # Stay open after playback ends screenshot-format=png # Save screenshots as PNG +force-window=yes # --- Streaming (e.g. YouTube) --- ytdl-format=bestvideo+bestaudio/best # Best quality from YouTube, etc.