[FFmpeg-user] Latency in webcam capture

Moritz Barsnick barsnick at gmx.net
Wed Oct 13 12:41:01 EEST 2021


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 with ffplay?

Moritz


More information about the ffmpeg-user mailing list