/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

alfg.dev
| | www.willusher.io
6.1 parsecs away

Travel
| | [AI summary] A tutorial on setting up FFmpeg with hardware-accelerated encoding on a Raspberry Pi 4 running Ubuntu 20.04 and a Python dashboard tool for batch processing videos.
| | videoblerg.wordpress.com
3.3 parsecs away

Travel
| | I've been in the streaming media industry since 2008 and have seen a lot of misinformation regarding both FFmpeg and libx264. In this post I hope to help shed some light on what does and does not work. Streaming media, at it's core, requires three basic things. 1) Constant frame rate. 2) An even keyframe...
| | blog.pesky.moe
5.1 parsecs away

Travel
| | This is where I collect my ramblings.
| | blog.georgovassilis.com
14.7 parsecs away

Travel
| An Elgato Camlink 4K wouldn't work under Ubuntu 22.04. It would show up with lsusb, but Cheese wouldn't list it as a device and OBS studio would show it as a disabled device. A little stream conversion magic [RED] #!/usr/bin/env bash # You need to run # sudo apt install v4l2loopback-utils v4l2loopback-dkms # once and...