You are not logged in.
Pages: 1
This distro is fabulous. I come from ArchLabs and Arch. Since it's so complete I wonder if all multimedia codecs are installed. I know on Ubuntu they are not. Any advice?
Last edited by wammes (2018-06-26 16:07:11)
Offline
https://wiki.debian.org/MultimediaCodecs
Run 'dpkg -l' to see what packages you have installed, or output it to a text file...
dpkg --get-selections >packages.list
I don't care what you do at home. Would you care to explain?
Offline
It depends on if you're using a gstreamer-based or other type of player. Non-gstreamer based ones (VLC, mplayer,mpv, qmplay2) can play pretty much everything with their built-in codecs/libavcodec, but gstreamer players have their codecs in various "good, bad, or ugly" plugin packages as well as gstreamer-libav/gstreamer-ffmpeg packages, which may not be installed by default. GNOME defaults to gstreamer players like "Movie Player".
Last edited by stevep (2018-06-23 18:30:09)
Offline
^ this.
mpv will pull everything in.
VLC too, but i think it pulls it in only for itself?
Offline
^ this.
mpv will pull everything in.
VLC too, but i think it pulls it in only for itself?
https://packages.debian.org/stretch/vlc-plugin-base (required by VLC) shows that VLC pulls in the ffmpeg libraries too, so it should require a superset of the main depencenies of other ffmpeg players, like mpv, mplayer, ffplay.
Offline
Thanks everyone. The answers were of great help. I have no multimedia issues as of now
Offline
how did you solve it?
please give back to the community; someone will one day search for a similar problem and find your solution!
and please mark your op SOLVED (bu editing the title of your first post).
thanks.
Offline
For the future googlers, with mpv one can get list of video and audio decoders.
mpv --vd=help
mpv --ad=help
Offline
That’s what I did too. I had vlc installed. It comes with the distro. After installing mpv too, there were no missing multimedia codecs. So installing mpv is enough after installing the distro. It’s suggested in the menu so it’s an easy job.
Offline
^ thank you from the future
Offline
@wammes if you can remember what the extra codecs mpv pulled in were, maybe we could consider adding them to the default BunsenLabs install list? (For the benefit of future users. )
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Offline
the synaptic package manager has a history utility.
or you can look staright at... /var/log/dpkg.log
Offline
Pages: 1