Skip to content

Instantly share code, notes, and snippets.

View greasycat's full-sized avatar

GreasyCat greasycat

  • UCSB
View GitHub Profile
@greasycat
greasycat / stream.sh
Created October 27, 2025 17:04
ffmepg low latency v4l2loopback split
ffmpeg -fflags nobuffer -flags low_delay -input_format mjpeg -video_size 1280x720 -framerate 30 -i /dev/video0 -map 0:v -f v4l2 -vcodec rawvideo -pix_fmt yuv420p /dev/video10 -map 0:v -vf scale=1280x720:flags=fast_bilinear -f v4l2 -vcodec rawvideo -pix_fmt yuv420p /dev/video11