Question / Help NVENC settings for FFMPEG to decrease latency

gdlr

New Member

gdlr

New Member
Any way to improve the latency on nvenc ?

I tried with mpeg2video encoder instead of NVENC and the delay decreased a bit. It's still not low enough though.
 

gdlr

New Member
I found this post that might help , but i don't know what command line parameters for ffmpeg are already set by OBS.
http://fomori.org/blog/?p=1213


That guy said these are settings for close to zero latency ffmpeg:
ffmpeg \
-f x11grab -s 1280x720 -framerate 30 -i :0.0 \
-c:v mpeg2video -q:v 20 -pix_fmt yuv420p -g 1 -threads 2 \
-f mpegts - | nc -l -p 9000

What should I type in OBS for "Video encoder settings (if any)" ?
 
Top