Re: [FFmpeg-user] Virtual camera

2020-07-10 Thread Simon Brown
On Fri, 10 Jul 2020 at 21:19, Moritz Barsnick wrote: > On Thu, Jul 09, 2020 at 13:38:27 +0100, Simon Brown wrote: > > I was wondering if there is any way to use FFmpeg to create a virtual > > camera for a PC/Mac from an H264 stream source. I know FFmpeg can use > > directshow as an input device.

Re: [FFmpeg-user] Virtual camera

2020-07-10 Thread Moritz Barsnick
On Thu, Jul 09, 2020 at 13:38:27 +0100, Simon Brown wrote: > I was wondering if there is any way to use FFmpeg to create a virtual > camera for a PC/Mac from an H264 stream source. I know FFmpeg can use > directshow as an input device. On Linux, the v4l2loopback device can be used to do this, I h

Re: [FFmpeg-user] Virtual camera

2020-07-10 Thread stoica ionut via ffmpeg-user
I don't think ffmpeg itself can register a source filter for DirectShow. Have a look on this project though CatxFish/obs-virtual-cam | | | | | | | | | | | CatxFish/obs-virtual-cam obs-studio plugin to simulate a directshow webcam. Contribute to CatxFish/obs-virtual-cam development

Re: [FFmpeg-user] Virtual camera

2020-07-09 Thread Madovsky
On 7/9/2020 6:10 AM, Nicolas George wrote: Simon Brown (12020-07-09): I was wondering if there is any way to use FFmpeg to create a virtual camera for a PC/Mac from an H264 stream source. I know FFmpeg can use directshow as an input device. No, FFmpeg cannot do that. You may be able to achie

Re: [FFmpeg-user] Virtual camera

2020-07-09 Thread Nicolas George
Simon Brown (12020-07-09): > I was wondering if there is any way to use FFmpeg to create a virtual > camera for a PC/Mac from an H264 stream source. I know FFmpeg can use > directshow as an input device. No, FFmpeg cannot do that. You may be able to achieve that with the vivid video driver: http

[FFmpeg-user] Virtual camera

2020-07-09 Thread Simon Brown
I was wondering if there is any way to use FFmpeg to create a virtual camera for a PC/Mac from an H264 stream source. I know FFmpeg can use directshow as an input device. Thanks, Simon ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.o