How to Set Up an OBS Profile for Recording
Setting up a secondary profile in OBS Studio allows you to easily switch from your streaming setup to a high-bitrate local recording configuration without overriding your daily settings. This guide will walk you through creating a dedicated recording profile, selecting the best video encoders, and adjusting bitrate and rate control settings specifically optimized for capturing high-quality local footage.
Step 1: Create a New Profile in OBS Studio
OBS Studio uses “Profiles” to save settings related to output, encoding, and resolutions, while “Scene Collections” save your actual sources and overlays.
- Open OBS Studio.
- Click on Profile in the top menu bar.
- Select New from the dropdown menu.
- Name the profile something clear, such as
High-Bitrate Recording, and click OK. - If the Auto-Configuration Wizard pops up, click Cancel, as you will configure these settings manually.
Step 2: Configure Output Settings for High Quality
To optimize your secondary profile for local recording rather than streaming, you must adjust the output settings to prioritize visual quality over bandwidth efficiency.
- Click on Settings in the bottom-right corner of OBS, then select the Output tab.
- Change the Output Mode dropdown at the top from Simple to Advanced.
- Click on the Recording tab.
- Set Type to Standard.
- Choose your Recording Path to select where your high-quality video files will be saved. Ensure this drive has plenty of free space.
- Set the Recording Format to mkv or fragmented mp4. These formats prevent file corruption if OBS or your computer crashes mid-record.
Step 3: Select and Optimize the Video Encoder
For local recording, you want to use hardware encoding to reduce CPU strain.
- Locate the Video Encoder dropdown.
- Select your hardware encoder:
- NVIDIA NVENC H.264 / AV1 (if you have an NVIDIA RTX card).
- AMD HW H.264 / AV1 (if you have a modern AMD card).
- x264 (use only if you have an extremely powerful CPU and no dedicated GPU).
- Under the encoder settings, change the Rate Control from CBR (Constant Bitrate, which is used for streaming) to CQP (Constant QP) or CRF (Constant Rate Factor).
- Set the CQ Level or CRF value.
- A value of 18 to 20 is the sweet spot for visually lossless, high-bitrate local recordings.
- Lowering the number (e.g., 14) increases quality and file size significantly. Raising the number (e.g., 24) lowers quality and file size.
- Set the Keyframe Interval to 2 s.
- Set the Preset to Quality (or P5/P6 if using newer NVIDIA NVENC encoders).
- Set Profile to high.
Step 4: Adjust Video Resolution and Framerate
Ensure your recording resolution matches your monitor’s native display to prevent blurry scaling.
- Go to the Video tab in the Settings window.
- Set the Base (Canvas) Resolution to match your
monitor (e.g.,
1920x1080or2560x1440). - Set the Output (Scaled) Resolution to match the Base Resolution to avoid any quality loss from downscaling.
- Set the Common FPS Values to 60 for smooth gameplay and motion capture.
Step 5: How to Switch Profiles Quickly
Now that your recording profile is configured, switching between streaming and recording takes only two clicks.
- To stream: Click Profile in the top menu and select your original streaming profile.
- To record high-quality gameplay: Click Profile and
select your
High-Bitrate Recordingprofile.