tari3x
New Member
When recording my screen I see the following in the logs:
I am surprised by this. What I expect to happen is that the frames never get skipped and instead get queued up in my memory until the encoder has time to deal with them. Since I'm not streaming, it does not matter to me what the encoding lag is as long as the encoder gets to each frame eventually. I have 192G of memory, and it is not filling up.
I also don't understand what rendering lag means in this context since I'm not rendering anything. Would someone be able to help?
I am using lossless encoding to utvideo in case that matters. Perhaps there's some buffer size setting I need to tweak?
Code:
info: Output 'simple_ffmpeg_output': Number of lagged frames due to rendering lag/stalls: 193 (16.6%)
info: Video stopped, number of skipped frames due to encoding lag: 10/1163 (0.9%)
I am surprised by this. What I expect to happen is that the frames never get skipped and instead get queued up in my memory until the encoder has time to deal with them. Since I'm not streaming, it does not matter to me what the encoding lag is as long as the encoder gets to each frame eventually. I have 192G of memory, and it is not filling up.
I also don't understand what rendering lag means in this context since I'm not rendering anything. Would someone be able to help?
I am using lossless encoding to utvideo in case that matters. Perhaps there's some buffer size setting I need to tweak?