From 3b6ae63404fe40b6fe393a9a8bc00053c461ca18 Mon Sep 17 00:00:00 2001 From: Digital Studium Date: Sun, 3 Mar 2024 18:34:52 +0300 Subject: [PATCH] Add newest ffmpeg --- install_software.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install_software.sh b/install_software.sh index b061148..b5b64fc 100755 --- a/install_software.sh +++ b/install_software.sh @@ -1,8 +1,11 @@ +#!/bin/bash +sudo add-apt-repository ppa:ubuntuhandbook1/ffmpeg6 -y sudo nala update sudo nala install -y \ ffmpeg `# for video recording` \ mpv `# for video playing` \ sxiv `# for pictures` \ +strace `# for tracing` \ docker.io `# containers` \ # this is needed for pavucontrol working not under sudo only