Question / Help OBS Problems

SossiagoRBLX

New Member
Hi there,

I have recently downloaded OBS studio to record videos from the game ROBLOX. Whenever I record a video the frames are low, quality is low and there seems to be some sort of multi- coloured fuzz that forms over the screen flickering on and off. I am hoping to record 60fps 1080p, My pc specs are WINDOWS 10, AMD A10-9700 RADEON R7, 10 COMPUTE CORES 4C+6G 3.50GHz 8.00 GB RAM (7.45 usable) X64 based processor (64 bit)

LOG FILE: https://gist.github.com/ab8c032541a146425c4edaccec7a8874

Many Thanks
 

Fuse

New Member
I think it's about your PC specs, did you try to record 720p 30fps? If this works, it means that your PC can not record 1080p 60fps
 
D

Deleted member 70571

Make sure in-game FPS is locked to a number your system can handle.
 

Xaymar

Active Member
Code:
20:22:38.450: [AMF Encoder]   Method: Constant Bitrate (CBR)
20:22:38.451: [AMF Encoder]     Minimum: 11
20:22:38.453: [AMF Encoder]   IDR Period: 1 frames

Three issues:
  1. You're using CBR for local recording. Use the Indistinguishable or High Quality Preset instead
  2. Your Minimum QP is set at 11 instead of 18.
  3. Your Keyframe Interval is set to 0 seconds, which completely overloads the GPU. Set this to 2 or higher.
 
Top