Linux Tools: Unterschied zwischen den Versionen
Aus Vosp.info
F (Diskussion | Beiträge) (→infos) |
HK (Diskussion | Beiträge) (→heif-convert) |
||
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt) | |||
Zeile 10: | Zeile 10: | ||
=== ogg2mp3 === | === ogg2mp3 === | ||
http://code.google.com/p/ogg2mp3/downloads/list | http://code.google.com/p/ogg2mp3/downloads/list | ||
+ | |||
+ | ==Photo== | ||
+ | ===heif-convert=== | ||
+ | Wandelt das Apple-Format heic nach jpg oder png um | ||
+ | |||
+ | https://linuxnightly.com/convert-heif-images-to-jpg-or-png-on-linux/ | ||
+ | |||
+ | heif-convert <Bild>.heic <Bild>.jpg | ||
+ | oder | ||
+ | heif-convert <Bild>.heic <Bild>.png | ||
+ | |||
+ | Install | ||
+ | apt install libheif-examples |
Aktuelle Version vom 15. Mai 2022, 10:57 Uhr
Inhaltsverzeichnis
infos
grep MHz /proc/cpuinfo
powertop --html
Audio
ogg2mp3
http://code.google.com/p/ogg2mp3/downloads/list
Photo
heif-convert
Wandelt das Apple-Format heic nach jpg oder png um
https://linuxnightly.com/convert-heif-images-to-jpg-or-png-on-linux/
heif-convert <Bild>.heic <Bild>.jpg
oder
heif-convert <Bild>.heic <Bild>.png
Install
apt install libheif-examples