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] replace several lines by one using the filter_complex

2020-07-10 Thread Leonardo via ffmpeg-user
On Friday, July 10, 2020, 1:37:39 AM GMT-3, Gyan Doshi wrote: Yes, using the concat filter.     ffmpeg -i video.mp4 -filter_complex "[0:v]trim=start=7:end=1173,setpts=PTS-STARTPTS[v1];[0:v]trim=start=1260:end=1430,setpts=PTS-STARTPTS[v2];[0:a]atrim=start=7:end=1173,asetpts=PTS-STARTP

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

[FFmpeg-user] DELETE segments not working for HLS Push

2020-07-10 Thread KRISHNAKUMAR N K
Hi Guys I am trying to push HLS chunks to an apache webdav server. The PUT/DELETE is working as expected when i use http, but DELETE is NOT working using *https, *however PUT works fine though HTTPS. I am getting the following error msg from the console. Let me know if I am missing something. *Err