155
submitted 10 months ago by candle_lighter@lemmy.ml to c/linux@lemmy.ml
all 40 comments
sorted by: hot top controversial new old
[-] devfuuu@lemmy.world 59 points 10 months ago

Oh the good old days of suffering from a distro based on the US that has to follow the stupid laws of software patents and problems coming from all that shit.

One of the top reasons to use Arch when I started because of the pragmatic approach of do not giving a fuck.

[-] helenslunch@feddit.nl 11 points 10 months ago

Wouldn't it be be easier to just install VLC than to completely wipe your PC and change distros?

[-] woelkchen@lemmy.world 3 points 10 months ago

a distro based on the US that has to follow the stupid laws of software patents and problems coming from all that shit.

That's one reason why Flathub exists and definitively much easier than to migrate to Arch.

[-] library_napper@monyet.cc 1 points 10 months ago

Where are they based?

[-] AProfessional@lemmy.world 36 points 10 months ago

You want gstreamer1-plugin-libav from rpmfusion.

[-] candle_lighter@lemmy.ml 6 points 10 months ago

already have it

[-] uis@lemmy.world 2 points 10 months ago

Libav is wrapper for ffmpeg in gstreamer. You need h265 in ffmpeg now.

[-] AProfessional@lemmy.world 2 points 10 months ago

ffmpeg has a native decoder, would be odd for them to not enable it.

[-] Silejonu@kbin.social 29 points 10 months ago* (last edited 10 months ago)

Try this:

sudo dnf update
sudo dnf install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
sudo dnf groupupdate core
sudo dnf swap ffmpeg-free ffmpeg --allowerasing
sudo dnf groupupdate multimedia --setop="install_weak_deps=False" --exclude=PackageKit-gstreamer-plugin
sudo dnf groupupdate sound-and-video

You should also add the hardware accelerated codecs, by following the appropriate section depending on your hardware:
https://rpmfusion.org/Howto/Multimedia?highlight=%28%5CbCategoryHowto%5Cb%29

Make sure to reboot.

If this still does not work, install Celluloid and enjoy the superiority of mpv.

[-] candle_lighter@lemmy.ml 9 points 10 months ago

I was actually using Celluloid before but videos were not playing until I used the commands you gave. Gnome videos is now crashing but I don't care as much since Celluloid is now working

[-] Silejonu@kbin.social 4 points 10 months ago

Can you run GNOME Videos in the command line and copy/paste the error output when it crashes?

[-] Spectacle8011@lemmy.comfysnug.space 3 points 10 months ago

This confused the hell out of me last month. You can install two different versions off fmpeg/gstreamer on Fedora. One version of ffmpeg—the completely free, patent-unencumbered version—is available in Fedora's official repositories. This one does not include decoders for H.264 or H.265. You can still install OpenH264 from Cisco and use that to decode H.264 video, but there is no "free" way of decoding H.265 video. For that, you need to go to RPMFusion, which is not associated with Fedora. They ship the H.265 and AAC decoders, among other codecs that cannot be shipped without paying a licensing fee. RPMFusion is a third-party and they believe they can't/won't be pursued for patent infringement.

And all of that is great, but I installed ffmpeg from RPMFusion and it still didn't work. I had to mindlessly copy commands until it did work. So you're not alone. I'm just giving you the context in case you were curious.

[-] woelkchen@lemmy.world 2 points 10 months ago

I was actually using Celluloid

Celluloid is an MPV client and installing GStreamer codecs, as you did initially, does nothing. I didn't recognize Celluloid on the screenshot, though.

[-] candle_lighter@lemmy.ml 1 points 10 months ago

screenshot was gnome video player

[-] woelkchen@lemmy.world 13 points 10 months ago

Avoid distribution eccentricities by istalling VLC from Flathub.

[-] Pantherina@feddit.de 4 points 10 months ago* (last edited 10 months ago)

True. They created x265 afaik. I literally only layer libavcodec-freeworld on Fedora Kinoite and thats all I need. VLC does everything. BUUUT the Flatpak is not official! And there is already VLC 4.0 out! So helping the Dev is always important, and Videolan would make it officially maintained like the snap, if the Flatpak devs approach them and explain everything etc.

[-] uis@lemmy.world 2 points 10 months ago

x264 too. And dav1d. Cool people.

[-] possiblylinux127@lemmy.zip 1 points 10 months ago

This is the right answer

[-] 01189998819991197253@infosec.pub 1 points 10 months ago

Oh. I was reading OP's problem, and didn't understand. I've been on Fedora for a while and never experienced this, but VLC is one of the first programs I install on every new distro.

[-] FluffyPotato@lemm.ee 13 points 10 months ago

Didn't some distro remove hardware transcoding support for some non-free codecs for AMD hardware? I remember being really pissed at Manjaro for that a while ago when I noticed Plex was devouring my CPU. Maybe something related to that if you got AMD and hardware acceleration is forced?

[-] bismuthbob@sopuli.xyz 11 points 10 months ago

I ran into something like this the last time that I installed Fedora. They have (or used to have) a fairly hardcore stance about nonfree codecs, which includes anything licensed under MPEG LA.

The codec in your screenshot probably doesn't include support for H.265 playback - at the very least it isn't in the list of formats. Here's a guide that I googled for you: https://ostechnix.com/how-to-install-multimedia-codecs-in-fedora-linux/

[-] candle_lighter@lemmy.ml 4 points 10 months ago

i've actually already followed that exact guide and it still is not working

[-] bismuthbob@sopuli.xyz 3 points 10 months ago

Well, dang! I'm sorry to read that. Codecs are definitely a tricky issue for Fedora.

[-] Cwilliams@beehaw.org 7 points 10 months ago

Sorry this is off-topic, but what is that GTK theme? It looks really nice

[-] candle_lighter@lemmy.ml 4 points 10 months ago
[-] wolf@lemmy.zip 6 points 10 months ago

The Fedora documentation has the answer: Installing plugins for playing movies and music

Fedora (combined with RHEL) has great documentation, take an hour, read the docs and you'll have a great experience.

[-] uis@lemmy.world 4 points 10 months ago

I'm not sure what player you are using and what decoder it uses, but I suggest checking if you have h265 support in ffmpeg. If you do, you can play with ffplay anyway :)

[-] Camilo@discuss.tchncs.de 3 points 10 months ago

I just installed fedora a couple of days ago and this happens to me too...

I guess I'll try a different distro 🤷‍♂️ it was being a nice experience until I tried to play a video

[-] Silejonu@kbin.social 6 points 10 months ago

See my comment for the solution.

[-] rish@lemmy.ml 1 points 10 months ago
[-] Camilo@discuss.tchncs.de 1 points 10 months ago

I mean yes, it's a way to solve playing offline videos, but it doesn't seem to stop there. I found that codecs for playing videos on Firefox are also missing

I could install Chrome as well or hack my way, but it makes me want to recommend the distro to beginners even less

[-] vox@sopuli.xyz 0 points 10 months ago

just use vlc

[-] rah@feddit.uk -2 points 10 months ago

I guess I'll try a different distro

LOL

[-] vox@sopuli.xyz 3 points 10 months ago

insteall it from dnf, not flatpak

[-] AphoticDev@lemmy.dbzer0.com 3 points 10 months ago

I had this problem, but after not being able to resolve it I tried Bazzite and found the gaming experience was much better there anyway, so switched. This problem doesn't exist on that distro.

[-] Presi300@lemmy.world 0 points 10 months ago

Just use VLC, problem solved

this post was submitted on 31 Oct 2023
155 points (97.5% liked)

Linux

47210 readers
760 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS