ffmpeg -framerate 1 -pattern_type glob -i '*.png' \
-c:v libx264 -r 30 -pix_fmt yuv420p out.mp4
Kategorie: one-liner
Konvertiere in MP4-Audio mit FFMPEG
ffmpeg -i source.aif -c:v copy -c:a aac target.mp4
FFMPEG: create movie from jpegs
ffmpeg -framerate 10 -pattern_type glob -i "*.jpg" -c:v libx264 -pix_fmt yuv420p ../output.mp4
Get the internet time from websites
wget --method=HEAD -qSO- --max-redirect=0 zeit.de 2>&1 | sed -n 's/^ *Date: *//p'
Avahi Apple Icons
file:///System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/
Record Audio in Raspberry Pi OS
#!/bin/bash
arecord -D plughw:1 -c1 -r 48000 -f S32_LE -t wav -V mono -v listen-usb.wav
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