tired of this obs plugin for multi output recording be all buggy and hard to build, so I made my own video recorder. Guess I need my own video editor now...

It starts in 20 ms, can be configured through a simple YAML file, but also provides streaming preview and web UI if you so desire.

Next time though I'll go straight for gstreamer, because juggling unix processes and especially ffmpeg is just a nuisance. I thought KISS but unix is never KISS, especially with LLMs. You want well defined boundaries, clear names, declarative over imperative, no hidden runtime complexity nightmares (signals? SIGNALS? fork/join/wait? SIGNALLLS???)

https://github.com/wesen/2026-04-09--screencast-studio (full yolo vibecode obv)

#vibecoding #llms #llm