Re: [FFmpeg-user] Latency in webcam capture

2021-10-13 Thread Moritz Barsnick
On Thu, Oct 07, 2021 at 16:41:04 +0200, Arif Driessen wrote: > I've also tried: > > ffmpeg \ > -hide_banner \ > -analyzeduration 1 \ > -probesize 32 \ > -fflags -nobuffer \ I believe this explicitly disables the nobuffer option. Try -fflags +nobuffer Have you tried using this flag directly wit

[FFmpeg-user] Latency in webcam capture

2021-10-07 Thread Arif Driessen
Hi guys, Sorry for yet another latency post. I think this is also due to buffering: ffplay -hide_banner -f lavfi movie=/dev/video0:f=video4linux2 It takes about 2 seconds before any images are shown, and that's also about exactly the amount of latency when the images are produced. I'm almost ce