Der touch-Command ist schneller und leichter zu handhaben als dd, so hier ein Beispiel, wie man unkompliziert 600 Demofiles anlegen lässt, löscht und wieder von vorn startet, mit neuen Suffixes.
Continue reading „Create Dummy Files (Part 1)“
SMB.CONF und Guest-Access (LibreELEC > RPi OS)
Die Standard-smb.conf im Zusammenhang mit dem Gast-Zugang ist absoluter Pain-in-the-Ass, mit den einfachen Settings wie „public = yes“ und „guest = ok“ ist es nämlich absolut nicht getan. Wichtig sind ein paar globale Settings, und die sind ja nicht alle in der Standard-Installation enthalten.
Continue reading „SMB.CONF und Guest-Access (LibreELEC > RPi OS)“
pi-top [4] Audio
Erstes Beispiel: Play Audio mit den Miniscreen-Buttons für 5 Sekunden und Stop.
Audiomotion Device
Mit Bewegung Ton steuern ist jetzt keine grosse Idee, die Frage ist, in welchem räumlichen und inhaltlichen Rahmen das funktionieren kann, z.B. auch mit mehreren Geräten, die am Ende eine akustische Raumumgebung erzeugen.
Installing Luma Drivers (RPi OS)
Driver for the LED Matrix
sudo -H pip install --upgrade --ignore-installed pip setuptools
sudo python3 -m pip install --upgrade luma.led_matrix
Raspberry Pi Firmware Update
if
mmal: mmal_vc_component_enable: failed to enable component: ENOSPC
mmal: camera component couldn’t be enabled
mmal: main: Failed to create camera component
mmal: Failed to run camera app. Please check for firmware updates
Audio Streaming Device
Das ASD ist ein mobiles Gerät, das Umgebungs-Ton direkt veröffentlicht, und zwar über die offene Infrastruktur von locusonos, es gibt dafür direkt ein Image und zwar hier: http://locusonus.org/streambox/.
Hier die aktuellen Streams auf locusonos: https://locusonus.org/soundmap/server/
Videoplayer „Kompakt“
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“