From ee0667982748d49636fd4e7160800d784db9ade0 Mon Sep 17 00:00:00 2001 From: mattiaborsarini Date: Wed, 11 Aug 2021 22:58:20 +0200 Subject: [PATCH] Install media codecs --- setupfedora.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/setupfedora.sh b/setupfedora.sh index 6dce246..bf4aeaa 100755 --- a/setupfedora.sh +++ b/setupfedora.sh @@ -31,4 +31,11 @@ dnf install \ flameshot \ # screenshoot utility gimp \ # image manipulation program git \ # revision control system - picard # music file tagger \ No newline at end of file + picard # music file tagger + + +# Install media codecs +dnf groupupdate Multimedia # group of codec packages +dnf install \ + ffmpeg \ # AV converter and more + libdvdcss # proprietary library necessary to play protected DVDs \ No newline at end of file