Skip to content

Instantly share code, notes, and snippets.

@zedr
Created November 28, 2022 08:09
Show Gist options
  • Save zedr/4c49c7fc31aa40fdd87702006ebe562e to your computer and use it in GitHub Desktop.
Save zedr/4c49c7fc31aa40fdd87702006ebe562e to your computer and use it in GitHub Desktop.
Cam
#!/usr/bin/env bash
screen -dmS cam ffmpeg -i /dev/video2 -f v4l2 -pix_fmt yuv420p -filter:v "hflip,crop=460:320:100:120" -an /dev/video5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment