Install videolooper and waveshare driver alltogether
Additional Script after a fresh raspberrypiOS (Buster Legacy Lite) Installation.
Continue reading „Install videolooper and waveshare driver alltogether“
Arduino IDE in macOS
1. USB-Driver
SerialPort-USB-Treiberinstallation for Arduino IDE
Create Pseudo Files (with Color-Tags), macOS
Create thousends of Pseudo-Files with selected Names (NAME) and Random-Sizes. And Color-Tags (xattr), only macOS.
Continue reading „Create Pseudo Files (with Color-Tags), macOS“
Ultimate Chromium Kiosk Script
ultimate_kiosk.sh
Ultimate Kiosk Script with RaspberryPi OS (Buster) and Xdotool:
Continue reading „Ultimate Chromium Kiosk Script“
Recovery Partition starten mit Bluetooth Tastatur
Die Hilfe-Dokumente bezüglich Recovery Partition bei apple.com beziehen sich ausschliesslich auf Geräte mit integrierter Tastatur (sprich Laptops). Alle iMacs🖥, iMac Pros, Mac minis und Mac Pros werden aber mit kabellosen Bluetooth Tastaturen ausgeliefert. Mit denen ist es nicht möglich, beim Einschalten oder Neustarten über die gewohnten Tastaturkombinationen (cmd+R, alt usw.) die Pre-Boot-Funktionen auszuwählen (Target Mode, Fremdstarten, Recovery Partition).
Continue reading „Recovery Partition starten mit Bluetooth Tastatur“
Muxing Audio- and Video-Container together
ffmpeg -i video.ts -i audio.ts -c:v copy -c:a aac output.mp4
Benchmarks:
3,2 GHz 6-Core Intel Core i7
frame=36438 fps=1348 q=-1.0 size= 413952kB time=00:24:17.47 bitrate=2326.7kbits/s speed=53.9x
2,5 GHz 8-Core Apple M2
frame=166781 fps=2123 q=-1.0 Lsize= 1730859kB time=01:51:11.25 bitrate=2125.4kbits/s speed=84.9x
3,3 GHz 10-Core Apple M2 Pro
frame=13229 fps=2204 qfframe=201471 fps=2310 q=-1.0 Lsize= 2117942kB time=02:14:19.06 bitrate=2152.9kbits/s speed=92.4x
Mopidy Podcasts
Um Podcasts über Mopidy spielen und verwalten zu können, braucht man die Podcast-Erweiterung. In der /etc/mopidy/mopidy.conf äussert sie sich dann so:
Continue reading „Mopidy Podcasts“
Raspberry Pi OS AudioPlayer with a Button (ADevice V 1.0)
Basic Audio Script with GPIO-Control
Continue reading „Raspberry Pi OS AudioPlayer with a Button (ADevice V 1.0)“
PiShrink (Linux)
PiShrink is a bash script that automatically shrink a pi image that will then resize to the max size of the SD card on boot. This will make putting the image back onto the SD card faster and the shrunk images will compress better. In addition the shrunk image can be compressed with gzip and xz to create an even smaller image. Parallel compression of the image using multiple cores is supported.
https://github.com/Drewsif/PiShrink/