1
0
Fork 0

Install hardware codecs
All checks were successful
/ build-kde (push) Successful in 9m59s
/ build-gnome (push) Successful in 4m49s

This commit is contained in:
ver4a 2024-12-18 12:51:41 +01:00
parent b8c67a42d7
commit caf2acce4b
2 changed files with 6 additions and 0 deletions

View file

@ -8,6 +8,9 @@ RUN dnf5 -y install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-rel
# Install ffmpeg (removing all the -free replacements is required)
RUN dnf5 -y install --allowerasing ffmpeg
# Install hardware codecs
RUN dnf5 -y install intel-media-driver
# Install openh264
RUN dnf5 -y swap noopenh264 openh264 && dnf5 -y install mozilla-openh264

View file

@ -8,6 +8,9 @@ RUN dnf5 -y install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-rel
# Install ffmpeg (removing all the -free replacements is required)
RUN dnf5 -y install --allowerasing ffmpeg
# Install hardware codecs
RUN dnf5 -y install intel-media-driver
# Install openh264
RUN dnf5 -y swap noopenh264 openh264 && dnf5 -y install mozilla-openh264