Bug Report Stutter when recorded watching video (game not lagging)

Blutato

New Member
I need help i have a 35minute recording of a match with my friends and it was good. But when watching the video it stutters every one or two seconds will this carry on to youtube and how can I fix this.
I really want to resolve the problem asap
 

Attachments

  • 2016-11-27 17-07-56.txt
    20.9 KB · Views: 10

EBrito

Active Member
1920x1080x60fps needs 3500 kbps bitrate.
You are getting encoding lag:
17:11:23.283: Output 'adv_file_output': Number of skipped frames due to encoding lag: 4208 (34.6%)
So, reduce to 30 fps


You are having problems to capture CSGO
17:09:22.334: gs_texture_open_shared (D3D11): Failed to open shared 2D texture (80070057)
17:09:22.335: [game-capture: 'CS:GO'] init_shtex_capture: failed to open shared handle
17:09:26.267: [game-capture: 'CS:GO'] attempting to hook fullscreen process: csgo.exe
17:09:26.322: [game-capture: 'CS:GO'] d3d9 shared texture capture successful

Try launching CSGO with this option
-nod3d9ex
 

EBrito

Active Member
In Steam, right click on CSGO,. Click on launch options button.

Recommended options for you:

-high -novid -threads 8 -nojoy +mat_vignette_enable 0 +rate 128000 +tickrate 128 +cl_updaterate 128 +cl_cmdrate 128 +cl_interp 0 +cl_interp_ratio 1 +mat_queue_mode 2 +force_preload 1
 

EBrito

Active Member
high priority proccess for CSGO
No intro video
Use all your threads
Don´t add joystick controller
Do not create image vignette (a little darker around borders)
rate, tickrate, update rate, cmdrate for 128 tick servers (adjusted automatically to 64 for crappy Valve servers)
Interpolation to improve FPS
mat_queue_mode to force video to really use multithread
preload maps to get shorter loading time
 
Top