What Are The Best Settings For OBS Recording? - Linus Tech Tips

Jump to content
  • Sign Up
  • Forums
  • Community Standards
  • All Activity
  • My Activity Streams
    • Status Updates
    • Recent Topics
  • More
    • Blogs
    • Gallery
    • Events
    • Downloads
    • Online Users
    • Staff
    • Forum Subscriptions
  • Recent Topics
  • Home
  • Software
  • Programs, Apps and Websites
  • What are the best settings for OBS recording?
What are the best settings for OBS recording? Buc221 By Buc221 February 10, 2019 in Programs, Apps and Websites Share https://linustechtips.com/topic/1032177-what-are-the-best-settings-for-obs-recording/ More sharing options... Followers 2
  • Buc221 Rookie
    • Buc221

    • Member
      • 38
    Posted February 10, 2019

    Hello.

    My specs are as follows

    Ryzen 1700x 

    16gb hyperx fury 3200mhz

    XFX RX 590 8gb

    If anyone can help me determine the best settings for recording through OBS, that would be nice.

    I tried alot of different settings and encoders, but i seem to get the ''encoder overloaded'' error and i get quite alot of stuttering in the footage.

    I have a 1680x1050 monitor. 

    Link to comment
    https://linustechtips.com/topic/1032177-what-are-the-best-settings-for-obs-recording/
    Share on other sites
    More sharing options...
    Link to post
    Share on other sites
    More sharing options...
  • Uptivuptiz Rising Star
    • Uptivuptiz

    • Member
    • Rainbow
      • 1.9k
      • 42
    Posted February 10, 2019

    I don't use OBS that much, but I can tell you this: DO NOT USE THE NVENC ENCODER! It uses Nvidia GPU for encoding instead of the CPU.

    Please mention or quote me if you want a response. :) 

    ¯\_(ツ)_/¯

    ¯\_(ツ)_/¯

    ¯\_(ツ)_/¯

    ¯\_(ツ)_/¯

    ¯\_(ツ)_/¯

    ¯\_(ツ)_/¯

    • Buc221
    • Like 1
    Link to comment
    https://linustechtips.com/topic/1032177-what-are-the-best-settings-for-obs-recording/#findComment-12286113
    Share on other sites
    More sharing options...
    Link to post
    Share on other sites
    More sharing options...
  • Buc221 Rookie
    • Buc221

    • Member
      • 38
    Posted February 10, 2019
    • Author
    1 minute ago, Uptivuptiz said:

    I don't use OBS that much, but I can tell you this: DO NOT USE THE NVENC ENCODER! It uses Nvidia GPU for encoding instead of the CPU.

    I have only three available: x264, h264 and h265

    Link to comment
    https://linustechtips.com/topic/1032177-what-are-the-best-settings-for-obs-recording/#findComment-12286122
    Share on other sites
    More sharing options...
    Link to post
    Share on other sites
    More sharing options...
  • Snipergod87 Collaborator
    • Snipergod87

    • Member
      • 1.1k
      • 26
    Posted February 10, 2019

    h265 has best quality but more cpu cycles h and x 264 imo are interchangeable

    • Buc221
    • Like 1
    Link to comment
    https://linustechtips.com/topic/1032177-what-are-the-best-settings-for-obs-recording/#findComment-12286134
    Share on other sites
    More sharing options...
    Link to post
    Share on other sites
    More sharing options...
  • mariushm Mentor
    • mariushm

    • Member
      • 18.5k
      • 1,088
    Posted February 10, 2019

    H264, H265 (HEVC) are encoding standards.

    x264 is a software encoder which compresses a video using the H264 standard (MPEG4-AVC).

    x265 is a software encoder which compresses a video using the H265 standard (also known as HEVC).

    and for completeness, XViD is a software encoder which compresses a video using the H263 standard (MPEG4-ASP)

     

    In OBS, x264 refers to the option of using the software encoder x264 to create a H264 encoded stream, instead of using the hardware encoder present in your video card.

    The hardware encoder is decent, uses practically no processor time to encode the video and the performance loss on your video card is minimal. It does not produce as much quality as the software encoder, but in most situations, it's a good tradeoff.

    Software encoder x264 will give more quality but it also uses the processor by a significant amount, so there's a chance too much of the cpu time is spent on the encoding, leaving the game without processor time, so the game's fps may lower too much.

    It depends on how you configure the encoder, and what games you play.

     

    You should have option to use the hardware encoders offered by AMD Advanced Media Framework (aka AMF) which are H264 and HEVC but Twitch and Youtube as far as I know only accept H264.

    If for some reason you don't want to use the hardware encoders (for example to get slightly better quality but for a lot of cpu usage), you can use the software x264 option.

     

    advanced section : set the color format to NV12, yuv color space to 709 , full range...  if you use the hardware encoder, set the bitrate to the maximum you can afford to upload and that Twitch allows (probably 6mbps, so you enter there 6000 at bitrate) 

     

    HEVC is a better standard than H264, but as I said, platforms like Twitch or Youtube won't accept it and really, the quality improvements of HEVC are mostly visible when you're going above 1080p - with a software encoder like x265.exe, at 1080p you basically get probably 10-20% extra quality in the same amount of bits, but it takes you 5-10 times as much time to encode a video.

    The hardware encoder on the video card is configured for speed, to be able to do 60fps real time encoding, so in most cases you won't get even 10% more quality when switching between H264 and HEVC, at the same bitrate. If you want to benefit from what HEVC offers, you really have to configure and give it time to analyze frames and determine how to best compress stuff - that doesn't happen when you want real time encoding.

    • Donzter99 and Buc221
    • Like 1
    • Informative 1
    Link to comment
    https://linustechtips.com/topic/1032177-what-are-the-best-settings-for-obs-recording/#findComment-12286225
    Share on other sites
    More sharing options...
    Link to post
    Share on other sites
    More sharing options...
  • Buc221 Rookie
    • Buc221

    • Member
      • 38
    Posted February 11, 2019
    • Author
    21 hours ago, mariushm said:

    H264, H265 (HEVC) are encoding standards.

    x264 is a software encoder which compresses a video using the H264 standard (MPEG4-AVC).

    x265 is a software encoder which compresses a video using the H265 standard (also known as HEVC).

    and for completeness, XViD is a software encoder which compresses a video using the H263 standard (MPEG4-ASP)

     

    In OBS, x264 refers to the option of using the software encoder x264 to create a H264 encoded stream, instead of using the hardware encoder present in your video card.

    The hardware encoder is decent, uses practically no processor time to encode the video and the performance loss on your video card is minimal. It does not produce as much quality as the software encoder, but in most situations, it's a good tradeoff.

    Software encoder x264 will give more quality but it also uses the processor by a significant amount, so there's a chance too much of the cpu time is spent on the encoding, leaving the game without processor time, so the game's fps may lower too much.

    It depends on how you configure the encoder, and what games you play.

     

    You should have option to use the hardware encoders offered by AMD Advanced Media Framework (aka AMF) which are H264 and HEVC but Twitch and Youtube as far as I know only accept H264.

    If for some reason you don't want to use the hardware encoders (for example to get slightly better quality but for a lot of cpu usage), you can use the software x264 option.

     

    advanced section : set the color format to NV12, yuv color space to 709 , full range...  if you use the hardware encoder, set the bitrate to the maximum you can afford to upload and that Twitch allows (probably 6mbps, so you enter there 6000 at bitrate) 

     

    HEVC is a better standard than H264, but as I said, platforms like Twitch or Youtube won't accept it and really, the quality improvements of HEVC are mostly visible when you're going above 1080p - with a software encoder like x265.exe, at 1080p you basically get probably 10-20% extra quality in the same amount of bits, but it takes you 5-10 times as much time to encode a video.

    The hardware encoder on the video card is configured for speed, to be able to do 60fps real time encoding, so in most cases you won't get even 10% more quality when switching between H264 and HEVC, at the same bitrate. If you want to benefit from what HEVC offers, you really have to configure and give it time to analyze frames and determine how to best compress stuff - that doesn't happen when you want real time encoding.

    Alright, thank you very much for the help, I put the settings in and I will try recording soon.

    Link to comment
    https://linustechtips.com/topic/1032177-what-are-the-best-settings-for-obs-recording/#findComment-12289267
    Share on other sites
    More sharing options...
    Link to post
    Share on other sites
    More sharing options...
  • Guest
    • Guest

    • Guest
    Posted February 13, 2019

    H265

    10,000

    or 20,000 Bitrate for 1080p. (16:9)

    Link to comment
    https://linustechtips.com/topic/1032177-what-are-the-best-settings-for-obs-recording/#findComment-12296021
    Share on other sites
    More sharing options...
    Link to post
    Share on other sites
    More sharing options...

    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now Share https://linustechtips.com/topic/1032177-what-are-the-best-settings-for-obs-recording/ More sharing options... Followers 2 Go to topic listing Programs, Apps and Websites
    • advertisement_alt
    • advertisement_alt
    • advertisement_alt
    • Featured Topics

      • TheLANguy BOINC Crunchathon 2026 (March 9th - 30th)

        TheLANguy · February 10

        107
    • Topics

      • BlueBox45 I Hope LMG Hires a Resident Linux Expert Some Day

        BlueBox45 · 1 minute ago Posted in Linux, macOS and Everything Not-Windows

        0
      • Slo2025 iTunes Error Connecting to Apple ID server

        Slo2025 · 1 hour ago Posted in Phones and Tablets

        0
      • Christoph Schmidt Intel Managment Software Audio + Game Lag / Input Lag issues

        Christoph Schmidt · 1 hour ago Posted in Troubleshooting

        0
      • froghateswater1 what should i upgrade?

        froghateswater1 · 1 hour ago Posted in New Builds and Planning

        1
      • apoyusiken cant share mouse & keyboard

        apoyusiken · 2 hours ago Posted in Troubleshooting

        1
      • Woodland586 Circa ~2014 Rig at high temps without explanation (Plus one other minor issue)

        Woodland586 · 2 hours ago Posted in Troubleshooting

        9
      • Ravendarat Backpack storage question

        Ravendarat · 3 hours ago Posted in LTTStore.com Merch

        3
      • Manos-_-P 9070XT With R7 5800X, 9060XT 16GB With R5 9600X Or U5 245K With B580 For New Build?

        Manos-_-P · 3 hours ago Posted in New Builds and Planning

        1
      • Paul Rudd World Crafter TD FREE on Steam March 2nd

        Paul Rudd · 4 hours ago Posted in Hot Deals

        1
      • apoyusiken middle click on pc

        apoyusiken · 5 hours ago Posted in Peripherals

        10
    • Join our Discord server Get LTT merch Support us on Floatplane Support the forum
    • play_circle_filled The Best-Selling Console You Never Heard Of

      Latest From Linus Tech Tips:

      The Best-Selling Console You Never Heard Of

      • Watch Now
      • More Videos
      • Discuss
    • play_circle_filled Nintendo resurrected their worst product - Nintendo Switch Virtual Boy

      Latest From ShortCircuit:

      Nintendo resurrected their worst product - Nintendo Switch Virtual Boy

      • Watch Now
      • More Videos
    • play_circle_filled Did Anyone Ask For This?

      Latest From TechLinked:

      Did Anyone Ask For This?

      • Watch Now
      • More Videos
    • play_circle_filled Valve's Time May Have Come...

      Latest From GameLinked:

      Valve's Time May Have Come...

      • Watch Now
      • More Videos
    • Recent Topics
    • Home
    • Software
    • Programs, Apps and Websites
    • What are the best settings for OBS recording?
    ×
    • Sign Up
    • Existing user? Sign In
    • Forums
    • Community Standards
    • All Activity
    • My Activity Streams

      • Back
      • Status Updates
      • Recent Topics
    • Blogs
    • Gallery
    • Events
    • Downloads
    • Online Users
    • Staff
    • Forum Subscriptions

Từ khóa » H265 Vs H264 Obs