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:
@@ -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
|
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
|
`/etc/acpi/actions/power.sh` with the behavior you expect. Either way you should pick
|
||||||
one to control power button behavior.
|
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
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user