Article 6KAXV Gstreamer and other multimedia codecs for Debian 12?

Gstreamer and other multimedia codecs for Debian 12?

by
globetrotterdk
from LinuxQuestions.org on (#6KAXV)
I haven't used Debian in donkey's years and am doing my due diligence before installing Debian 12. How does one get multimedia codecs such as Gstreamer and other usual suspects installed? I see that the debian-multimedia repo is not recommended.

In Fedora, I just activate RPM Fusion and then run:
Code:$ sudo dnf install rpmfusion-free-release-tainted -y
$ sudo dnf install rpmfusion-nonfree-release-tainted -y
$ sudo dnf update -y
$ sudo dnf groupupdate core -y
$ sudo dnf install dnf-plugins-core -yand then
Code:$ sudo dnf install gstreamer1-plugins-{bad-\*,good-\*,base} gstreamer1-plugin-openh264 gstreamer1-libav --exclude=gstreamer1-plugins-bad-free-devel -y
$ sudo dnf install lame* --exclude=lame-devel -y
$ sudo dnf group upgrade --with-optional --allowerasing Multimedia -y
$ sudo dnf install ffmpeg ffmpeg-devel -y
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments