1

ffmpeg has all kinds of options in it to record video off of a webcam, transcode video, send video up to streaming servers. Is there a way to loop over a file and make it look like a webcam?

I found this for Linux: https://gist.github.com/zburgermeiszter/42b651a11f17578d9787

I've search around a lot to try to find something for Windows, but have not yet found anything.

Brian
  • 1,675
  • 3
  • 19
  • 29

1 Answers1

3

No, that's not part of FFmpeg so you'll need to create this "virtual video device" yourself. See e.g. How to create virtual webcam in Windows 10?.

Mike Versteeg
  • 1,615
  • 14
  • 28