Question / Help Video Stutter

vivekq

New Member
So basically I've been experiencing high amounts of stutter when recording in general making videos stuck at the same frame for 4 seconds before advancing to the next however audio is unaffected by this.

I've used OBS before but never really experienced anything like this and my vids used to be pretty clean. Wondering what's up.

Here's my log file
https://obsproject.com/logs/w3EpT6_XuQXWor
 

Sukiyucky

Member
You have two GPUs - a slow GeForce 840M and an even slower Intel HD 5500 that OBS is using.
21:36:01.665: Initializing D3D11...
21:36:01.665: Available Video Adapters:
21:36:01.671: Adapter 0: Intel(R) HD Graphics 5500
21:36:01.672: Adapter 1: NVIDIA GeForce 840M
21:36:01.674: Loading up D3D11 on adapter Intel(R) HD Graphics 5500 (0)


Your HD 5500 GPU can't keep up:
21:48:14.462: Output 'adv_file_output': Number of lagged frames due to rendering lag/stalls: 39 (6.0%)
22:05:06.598: Output 'adv_file_output': Number of lagged frames due to rendering lag/stalls: 459 (23.1%)

An i7-5500U is slow as well.
21:36:01.176: CPU Name: Intel(R) Core(TM) i7-5500U CPU @ 2.40GHz

You got encoding lag from a slow CPU:
21:48:14.465: Video stopped, number of skipped frames due to encoding lag: 336/647 (51.9%)
22:05:11.004: Video stopped, number of skipped frames due to encoding lag: 1434/1501 (95.5%)


You need a better system. Try this though to see if it helps:
- Go to Settings | Output
- Select Recording tab
- Set output mode to Simple
- In recording section, set Recording Quality to Indistinguishable
- Recording format to mkv or mp4
- Encoder to Hardware NVENC
- Apply and hit OK
- Now record
 

vivekq

New Member
Ya somewhat helped it, cheers. Will definitely be looking into getting a new system soon.

You have two GPUs - a slow GeForce 840M and an even slower Intel HD 5500 that OBS is using.
21:36:01.665: Initializing D3D11...
21:36:01.665: Available Video Adapters:
21:36:01.671: Adapter 0: Intel(R) HD Graphics 5500
21:36:01.672: Adapter 1: NVIDIA GeForce 840M
21:36:01.674: Loading up D3D11 on adapter Intel(R) HD Graphics 5500 (0)


Your HD 5500 GPU can't keep up:
21:48:14.462: Output 'adv_file_output': Number of lagged frames due to rendering lag/stalls: 39 (6.0%)
22:05:06.598: Output 'adv_file_output': Number of lagged frames due to rendering lag/stalls: 459 (23.1%)

An i7-5500U is slow as well.
21:36:01.176: CPU Name: Intel(R) Core(TM) i7-5500U CPU @ 2.40GHz

You got encoding lag from a slow CPU:
21:48:14.465: Video stopped, number of skipped frames due to encoding lag: 336/647 (51.9%)
22:05:11.004: Video stopped, number of skipped frames due to encoding lag: 1434/1501 (95.5%)


You need a better system. Try this though to see if it helps:
- Go to Settings | Output
- Select Recording tab
- Set output mode to Simple
- In recording section, set Recording Quality to Indistinguishable
- Recording format to mkv or mp4
- Encoder to Hardware NVENC
- Apply and hit OK
- Now record
 
Top