Advertisement
efxtv

Best settings for setting up OBS Studio for high-quality recording and streaming

Aug 3rd, 2024
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.92 KB | Software | 0 0
  1. Best settings for setting up OBS Studio for high-quality recording and streaming:
  2.  
  3. Join our telegram channel for more updates on Linux. T.me/efxtv
  4.  
  5. ******************
  6. INSTALL IN LINUX
  7. ******************
  8.  
  9. How to Install OBS Studio on Linux
  10.  
  11. 1. Installing OBS Studio Using Snap Packages
  12. sudo apt update
  13. sudo apt install snapd
  14. sudo snap install obs-studio
  15. obs-studio
  16.  
  17.  
  18. 2. Installing OBS Studio Using APT Packages
  19. sudo add-apt-repository ppa:obsproject/obs-studio
  20. sudo apt install software-properties-common
  21. sudo apt update
  22. sudo apt install obs-studio
  23. obs
  24.  
  25. 3. Alternative
  26. sudo atp install simplescreenrecorder
  27. sudo apt install kazam
  28.  
  29. ******************
  30. SETUP
  31. ******************
  32.  
  33. 1. Open OBS Studio
  34. - Launch OBS Studio on your PC or laptop.
  35.  
  36. 2. Adjust Video Settings
  37. - Navigate to: ||Settings|| > ||Video||
  38. - Base (Canvas) Resolution: Set to your monitor’s resolution (e.g., 1920x1080 for 1080p monitors or 2560x1440 for 1440p monitors).
  39. - Output (Scaled) Resolution: Match the base resolution.
  40. - Downscale Filter: Set to "Bicubic" if active.
  41. - Common FPS Values: Choose 60 FPS for smooth gameplay videos or 30 FPS if your PC is lower-end.
  42.  
  43. 3. Configure Output Settings
  44. - Navigate to: ||Settings|| > ||Output||
  45. - Output Mode: Switch to "Advanced".
  46. - Recording Tab:
  47. - Recording Path: Specify the destination folder for your recorded videos.
  48. - Recording Format: Use "MKV" instead of "MP4" to avoid data loss.
  49. - Audio Track: Use Track 1.
  50. - Encoder:
  51. - For NVIDIA GTX 10 series or older: Choose "NVIDIA NVENC H.264".
  52. - For NVIDIA RTX 20 series or newer: Choose "NVIDIA NVENC HEVC".
  53. - For AMD GPUs: Select the appropriate AMD encoder.
  54.  
  55. 4. Set Encoder Settings
  56. - Rate Control: Choose "CQP".
  57. - CQ Level: Set to 20. Adjust to 16 or 18 for higher quality if needed.
  58. - Keyframe Interval: Set to 2.
  59. - Preset: Choose "Best Quality" for screen recordings or "Good Quality" for gameplay.
  60. - Tuning: Set to "High Quality".
  61. - Multi-Pass Mode:
  62. - For 1440p or higher recordings: Choose "Single Pass".
  63. - For 1080p or lower: You can use "Two Passes".
  64. - Profile: Set to "Main".
  65. - Look-Ahead: Do not check.
  66. - Psycho Visual Tuning: Check it.
  67. - GPU: Set to 0.
  68. - Max B-frames: Set to 2.
  69.  
  70. 5. Configure Audio Settings
  71. - Navigate to: ||Settings|| > ||Audio||
  72. - Sample Rate: Set to 48 kHz.
  73. - Channels: Set to "Stereo".
  74. - Audio Bitrate: Set to 320 kbps.
  75.  
  76. 6. Convert MKV to MP4 (Optional)
  77. - Manually Convert:
  78. - Go to ||File|| > ||Remux Recordings||.
  79. - Browse for your MKV files and select them.
  80. - Click "Remux" to convert them to MP4.
  81. - Automatic Conversion:
  82. - Navigate to ||Settings|| > ||Advanced||.
  83. - Enable "Automatically Remux to MP4".
  84.  
  85. 7. Test Your Setup
  86. - After configuring the settings, test recording or streaming to ensure everything works smoothly with your system.
  87.  
  88.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement