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
| 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 |