coldReactive

OBS SETTINGS

Jan 23rd, 2019
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. Originally Posted At: https://obsproject.com/forum/resources/obs-classic-how-to-make-high-quality-local-recordings.16/
  2.  
  3. ============================================
  4.  
  5. Here are the settings you are required to change to get high quality local recordings (using the x264 encoder). Do not attempt to use these settings for live streaming!
  6.  
  7. Encoding
  8. Use CBR: Disabled
  9. Quality Balance: 10
  10. Bitrate: 1000
  11. Use custom buffer size: Enabled
  12. Buffer size: 0
  13.  
  14. Advanced Options
  15. x264 CPU Preset: Ultrafast
  16. Use custom x264 parameters: Enabled
  17. Custom x264 parameters: crf=X
  18. Where X is anywhere from 1-20, lower being higher quality / higher CPU usage. A good place to start is the 15 - 20 range. A CRF of 0 enables lossless recording which will have very high file size and CPU requirements and introduces compatibility issues, so be careful!
  19.  
  20. Explanation:
  21. Setting the buffer size to zero disables the VBV system, allowing x264 to hit any bitrate necessary to achieve the quality (CRF) specified. If you wish to increase quality further, you need to use advanced options - quality 10 is equal to a CRF of 22, which is fine for live streams but not so good for local recording.
  22.  
  23. For compatibility with various editing software, it's also recommended to enable CFR (advanced options) and do not use CRF 0. CRF 0 uses "High 444" mode which a lot of editing software (and some video players) cannot handle.
  24.  
  25. For best results, set your output file format in broadcast settings to FLV. You can convert it to MP4 afterwards if you need to. Recording directly to MP4 is very risky, as if OBS or your PC crashes, the whole recording is useless. FLV on the other hand will keep everything up until the crash.
Advertisement
Add Comment
Please, Sign In to add comment