Install hardware codecs
This commit is contained in:
parent
b8c67a42d7
commit
caf2acce4b
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue