How to Record Gameplay in 4K with OBS Studio
Recording your gameplay in 4K resolution ensures your videos look incredibly sharp and professional. This guide provides a straightforward, step-by-step walkthrough on how to configure OBS Studio’s video, output, and encoder settings to capture high-quality 4K footage without sacrificing game performance.
Step 1: Adjust the Video Settings
To record in 4K, you must first configure your canvas and output resolutions within OBS Studio.
- Open OBS Studio and click on Settings in the bottom-right corner.
- Select the Video tab from the left sidebar.
- Set Base (Canvas) Resolution to
3840x2160(this is the resolution of your game/monitor). - Set Output (Scaled) Resolution to
3840x2160to ensure no downscaling occurs. - Set the Common FPS Values to
60for smooth gameplay playback.
Step 2: Configure Recording Settings
Next, you need to set up the recording format and choose the right encoder to handle the heavy workload of 4K rendering.
- Navigate to the Output tab in the Settings menu.
- Change the Output Mode at the top from Simple to Advanced.
- Click on the Recording tab.
- Set your Recording Path to a fast storage drive (ideally an NVMe SSD), as 4K files are very large.
- Set Recording Format to
mkvorfragmented mp4(these formats prevent file corruption if OBS crashes). - Select your Video Encoder. For 4K, it is highly
recommended to use hardware encoders to offload the work from your CPU:
- NVIDIA GPUs: Select
NVIDIA NVENC H.264orNVIDIA NVENC HEVC(HEVC/H.265 is more efficient for 4K). If you have an RTX 40-series card, selectAV1. - AMD GPUs: Select
AMD HW H.264,HEVC, orAV1.
- NVIDIA GPUs: Select
Step 3: Set Encoder Settings for High Quality
Because you are recording locally and not streaming, you should use quality-based rate control rather than a constant bitrate (CBR).
- Set Rate Control to CQP (Constant QP) or CRF (Constant Rate Factor).
- Set the CQ Level (or CRF value) between 15
and 20. A lower number means higher quality but larger file
sizes. A value of
18is the sweet spot for 4K. - If your hardware forces you to use CBR, set the Bitrate to at least 45,000 Kbps to 60,000 Kbps for 4K 60fps.
- Set the Keyframe Interval to
2 s. - Set the Preset to
Quality(orP5/P6on newer NVIDIA cards). - Set Profile to
high. - Keep Lookahead and Psycho Visual Tuning checked.
Click Apply and OK to save your settings. Your OBS Studio is now optimized to capture gameplay in native 4K resolution.