From bc287e40e0b453fb8995709da339d3424cbf4e4f Mon Sep 17 00:00:00 2001 From: KK Date: Sat, 20 Jun 2026 11:04:16 +0200 Subject: [PATCH] setup: ffmpeg --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index caaa49c..e8d6982 100644 --- a/README.md +++ b/README.md @@ -184,7 +184,8 @@ sudo apt install -y \ pipewire-alsa \ wireplumber \ pavucontrol \ - grim + grim \ + ffmpeg libavcodec-extra ``` Package notes: @@ -214,6 +215,8 @@ Package notes: - `pipewire-alsa` - ALSA compatibility layer for PipeWire. Helps applications that use ALSA directly play/record audio through PipeWire. - `wireplumber` - PipeWire session/policy manager. It decides how audio devices and streams should be connected automatically. - `pavucontrol` - graphical volume mixer. Useful for choosing input/output devices, changing app volumes, and debugging audio problems. +- codecs (to fix videos not playing in browser): + - ffmpeg libavcodec-extra ### Fix Sway permission issues