Add sections to improve compatibility with media

Two new sections: ffmpegthumbnailer and HEIC for mogrify, improve
compatbility with iOS raw photos and videos.
This commit is contained in:
ducoterra
2023-06-11 09:57:28 -04:00
parent 5d2049e6fc
commit e7fa851383

View File

@@ -660,3 +660,20 @@ The solution is to comment out everything in /etc/acpi/events/powerconf and rely
gnome settings **OR** set the gnome settings to "nothing" and edit
`/etc/acpi/actions/power.sh` with the behavior you expect. Either way you should pick
one to control power button behavior.
## Install ffmpegthumbnailer, remove totem
totem-thumbnailer crashes all the time and isn't as good as ffmpeg's thumbnailer.
What's more, totem video player ("Videos" by default on gnome) is not as good as vlc
and doesn't work very well for anything more than basic video playback.
```bash
sudo dnf remove totem
sudo dnf install ffmpegthumbnailer
```
## Add compatibility for HEIC to mogrify
```bash
sudo dnf install libheic-freeworld
```