Created
November 28, 2022 08:09
-
-
Save zedr/4c49c7fc31aa40fdd87702006ebe562e to your computer and use it in GitHub Desktop.
Cam
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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