1

I would like to stream my monitor as the webcam input.
I do this using sudo ffmpeg -f x11grab -r 15 -s 1280x1024 -i :0.0+0,0 -vcodec rawvideo -pix_fmt yuv420p -threads 0 -f v4l2 -vf 'hflip,scale=800:600' /dev/video0.

I use this virtual webcam on Microsoft Teams but when there are a lot of people in the conference the video gets cropped.

Is there a fix ?

1
  • 1
    Any good reason you're using this overly complicated approach instead of just sharing content within the session? What do you mean by cropped? Share content in a meeting in Teams
    – Seth
    Commented Mar 13, 2020 at 13:11

0

You must log in to answer this question.

Browse other questions tagged .