OBS Recording Settings for Video Editing
This article provides a comprehensive guide on how to configure OBS Studio to record high-quality, low-latency raw footage that is perfectly optimized for video editing software like Adobe Premiere Pro, DaVinci Resolve, and Final Cut Pro. By adjusting your encoder, rate control, and file formats, you can eliminate recording lag, prevent editor timeline stuttering, and ensure your footage retains maximum visual fidelity.
1. Output Settings (Advanced Mode)
To configure these settings, navigate to Settings > Output, and change the Output Mode dropdown at the top to Advanced. Click on the Recording tab.
- Type: Standard
- Recording Format: Fragmented MP4 (.mp4) or MKV. Note: MKV is safer because if OBS crashes, your recording is saved. You can automatically convert MKV to MP4 for editing by enabling “Automatically remux to MP4” under Settings > Advanced.
- Video Encoder: NVIDIA NVENC H.264 (or HEVC) if you have an NVIDIA GPU; AMD HW H.264 (or HEVC) for AMD GPUs. Hardware encoders drastically reduce system latency compared to CPU-based encoding (x264).
- Audio Encoder: FFmpeg AAC
- Audio Track: Select multiple tracks if you want to record desktop audio and your microphone on separate layers for editing.
2. Encoder Settings for Low-Latency and High Quality
Under the same Recording tab, configure the encoder settings below the file paths:
- Rate Control: CQP (Constant Quantization Parameter). This is the gold standard for local recording, adjusting bitrate dynamically based on the complexity of the scene.
- CQ Level: 16 to 20. A lower number means higher quality but larger file sizes. 18 is the sweet spot for visually lossless footage.
- Keyframe Interval: 2 s (standard for editing software timelines).
- Preset: P4: Medium or P5: Slow. Avoid P6 or P7, as they increase GPU rendering latency with minimal quality gains.
- Tuning: Low-Latency or High Quality. If your timeline or preview is lagging during capture, “Low-Latency” will prioritize system performance.
- Multipass Mode: Single Pass (reduces GPU overhead) or Two Passes (Quarter Resolution).
- Profile: High
- Max B-frames: 2
3. Video Settings
Navigate to Settings > Video to set your resolution.
- Base (Canvas) Resolution: Set this to your monitor’s native resolution (e.g., 1920x1080 or 2560x1440).
- Output (Scaled) Resolution: Match this to your Base Resolution. Downscaling introduces rendering latency and loses raw pixel detail.
- Downscale Filter: Bicubic (16 samples) or Lanczos (36 samples) if you must downscale. If resolutions match, this setting is ignored.
- Common FPS Values: 60 or 59.94 for smooth gaming/motion footage; 30 or 24 for standard talking-head videos.
4. Advanced Settings for Editing Compatibility
Go to Settings > Advanced to ensure your colors translate properly to your video editor:
- Process Priority: Above Normal. This forces your OS to prioritize OBS over other running applications, preventing dropped frames.
- Color Format: NV12 (most compatible format for editing software).
- Color Space: Rec. 709.
- Color Range: Limited. While “Full” sounds better, most video editors (like Premiere Pro) default to “Limited” range. Using “Full” can result in crushed blacks and washed-out highlights on your editing timeline unless manually calibrated.