NVIDIA
nvidia.com › en-us › geforce › guides › broadcasting-guide
NVIDIA NVENC Obs Guide | GeForce News | NVIDIA
The new OBS Studio, version 23.0, will leverage the NVIDIA Video Codec SDK, which will greatly improve performance and reduce the FPS impact of streaming and recording. We have also tweaked some of the background settings of NVENC to improve ...
OBS
obsproject.com › kb › advanced-nvenc-options
Advanced NVENC Options (31.0) | OBS
Starting with OBS 31.0 the NVENC implemenation provides additional options for adjusting the NVIDIA encoder settings. New mode behaving similarly to CQP, but with the option to set a maximum bitrate to provide a high quality while limiting file size or stream bitrate.
Nvidia Encoder No Longer Visible After Updates | OBS Forums
After recent Windows and OBS updates, I can no longer select my Nvidia NVENC H.264 as my encoder (Advanced/Output/Streaming/Video Encoder). This is with a GeForce RTX 4060 Laptop GPU. At first I got a popup telling me to update the NVENC driver. Windows told me this driver was up to date when I... More on obsproject.com
NVIDIA NVENC Obs Guide
Unfortunately they still recommend HAGS even though OBS strictly says not to use it since it can break streams and cause stutter in recordings. OBS says the fix needed is out of their control but I really hope it gets sorted one day with Frame Gen obviously requiring HAGS to function, making it unusable if you want OBS to work properly. More on reddit.com
All Versions - NVIDIA NvEnc Guide | OBS Forums
findal submitted a new resource: NVIDIA NvEnc Guide - Guide on how to use NvEnc with OBS for the best possible image quality ABOUT THIS GUIDE The objective of this guide is to help you understand how to use the NVIDIA encoder, NvEnc, in OBS. We have tried to simplify some of the concepts to... More on obsproject.com
nvenc | OBS Forums
I would like to use the capabilities of my NVIDIA RTX 4060 GPU to create new frames and convert my 59.94 FPS video to... ... My issue seems simple, but has proven surprisingly difficult to find an answer to. A while back when I first installed OBS, I chose the NVENC encoder for video and it ... More on obsproject.com
Videos
03:25
Best Encoder To Use in OBS (NVIDIA NVENC vs x264) - YouTube
00:35
Best OBS Streaming Encoder! (NVENC vs X264) - YouTube
01:02
How to Fix OBS Studio NVENC or AMD Encoder Error (Quick Solutions!)
05:13
OBS Studio v23: How to Use NVENC Encoding [FULL Guide + Tutorial] ...
03:25
How To fix OBS Studio NVENC or AMD Encoders Error (2026) - Full Guide!
03:29
How To Use Nvidia NVENC encoder on OBS Studio using StreamLabs ...
OBS
obsproject.com › home › tags
new nvenc | OBS Forums
TL;DR Since upgrading to OBS v23, I've started to encounter variably lengthed stutters and have not been able to find a solution. These issues are visible in both the new AND old implementation of NVENC. These issues were NOT present in OBS v22's NVNEC.
OBS Forums
obsproject.com › home › forums › obs studio support › windows support
Nvidia Encoder No Longer Visible After Updates | OBS Forums
April 5, 2025 - After recent Windows and OBS updates, I can no longer select my Nvidia NVENC H.264 as my encoder (Advanced/Output/Streaming/Video Encoder). This is with a GeForce RTX 4060 Laptop GPU. At first I got a popup telling me to update the NVENC driver. Windows told me this driver was up to date when I...
OBS Forums
obsproject.com › home › forums › resources › guides
All Versions - NVIDIA NvEnc Guide | OBS Forums
November 22, 2018 - Updated Guide with info about OBS 24.0.3 new solution for high GPU encoding. Forget about complex fine tuning. You can now run OBS in priority mode to make sure your stream runs perfectly in any situation with NVENC.
OBS
obsproject.com › home › tags
nvenc | OBS Forums
I would like to use the capabilities of my NVIDIA RTX 4060 GPU to create new frames and convert my 59.94 FPS video to... ... My issue seems simple, but has proven surprisingly difficult to find an answer to. A while back when I first installed OBS, I chose the NVENC encoder for video and it worked well on my NVIDIA 3050.
Streamshark
streamshark.io › obs-guide › enabling-hardware-encoding
How to Enable Hardware Encoding (NVENC) in OBS (Open Broadcaster Software)
Hardware encoding is supported ... of OBS, however the developers only recommend using it on computers running Windows. Additionally to get the best results we recommend you use hardware encoding if you run a Nvidia GPU. Hardware encoding has been available on Nvidia cards since early 2012, so if you have a modern Nvidia GPU, you can likely enable it. Go to ‘settings’, then select ‘output’ from the side menu. Under the ‘encoder’ drop down select ‘NVENC H.264’. ...
Xaymar
xaymar.com › guides › obs › high-quality-streaming › nvenc
High Quality Streaming with NVIDIA® NVENC (in OBS Studio) | Xaymar - Pushing 1 Pixel at a time
February 18, 2022 - The new generation of GPUs with the brand new encoder brought comparable quality x264 medium – if you can find a GPU that is. Let’s take a look at what’s needed to set up your stream for massively improved quality. Modern OBS Studio has two ways to achieve the expected quality: the built-in NVENC H.264 (new) and the addition from StreamFX called NVIDIA NVENC H.264/AVC (via FFmpeg).
Reddit
reddit.com › r/obs › confused (nvenc vs nvenc new)
r/obs on Reddit: Confused (Nvenc vs Nvenc New)
July 30, 2022 -
So basically, I have a laptop with a gtx 1650. For recording videos, I get the option between Nvenc and Nvenc New. I’m confused on which one to use, as I don’t know if I will be able to handle Nvenc new, even though it is the more fficient encoder
Top answer 1 of 5
3
NVENC vs NVENC New is entirely a software thing in OBS. Basically, old NVENC used to use the NVENC API really inefficiently- it had to copy the frame from your GPU's VRAM into your system RAM to encode it. NVENC New encodes directly from your GPU's VRAM. Skips a step, so more performant. TLDR: Always use NVENC New when available. It will just perform much better.
2 of 5
2
Always use NVENC New
OBS
obsproject.com › home › tags
nvenc codec | OBS Forums
Title pretty much says it, I've been using OBS for over a year now and have always used "NVIDIA NVENC H.264 (new)" Encoder, and whenever I've updated to any of the recent updates (27.2+) I always get the error "Failed To Open NVENC Codec" when attempting to record.
OBS
obsproject.com › home › resources › guides (general)
NVIDIA NvEnc Guide | OBS Forums
September 1, 2022 - Updating the guide after the Windows 10 1903 release. For this new version of Windows, the new... ... Please note that you can enable hardware-accelerated GPU scheduling in Windows to have OBS prioritize NVENC encoding so the game rendering doesn't slow your stream down.
GitHub
github.com › obsproject › obs-studio › blob › master › plugins › obs-ffmpeg › obs-ffmpeg-nvenc.c
obs-studio/plugins/obs-ffmpeg/obs-ffmpeg-nvenc.c at master · obsproject/obs-studio
static bool nvenc_encode(void *data, struct encoder_frame *frame, struct encoder_packet *packet, bool *received_packet) ... p = obs_properties_add_list(props, "rate_control", obs_module_text("RateControl"), OBS_COMBO_TYPE_LIST,
Author obsproject
Reddit
reddit.com › r/obs › nvenc encoder suddenly gone after obs update
r/obs on Reddit: NVENC encoder suddenly gone after OBS update
January 31, 2025 - You need to use an older version of OBS, and you will be able to use NVENC again. It’s the age of your card, it’s not supported in the newest versions of OBS.
OBS Forums
obsproject.com › home › forums › obs studio support › windows support
Bug Report - No option to use NVENC(Old) in the new update. | OBS Forums
March 23, 2020 - But there will not be a difference, because the encoding is exactly the same between NVENC old and new. The main difference is that some elements no longer need to be copied from VRAM out to system RAM, then right back into VRAM. ... Just to check, could you post a log file from a stream when you were using OBS 25.0.1?
OBS Forums
obsproject.com › home › forums › obs studio support › windows support
Question / Help - New NVENC not showing | OBS Forums
February 26, 2020 - If you see an entry like this in the log, it's nvenc (new) for the following recording or streaming session: 15:20:15.183: [jim-nvenc: 'recording_h264'] settings: Relevant is the string "jim-nvenc".
Arch Linux Forums
bbs.archlinux.org › viewtopic.php
[SOLVED] OBS and nvidia nvenc / Newbie Corner / Arch Linux Forums
August 24, 2021 - ffmpeg -hwaccel nvdec -y -i file.mkv -c:v nvenc -qp 18 -preset hq -profile:v high -c:a copy out.mkv · Anyway i've no experience with bumblebee or laptops. Help me to improve ssh-rdp ! Retroarch User? Try my koko-aio shader ! ... As far as I know I don't use an optimus system ... Since now I thought that everything ran on my nvidia card. I tried 'prime-run obs', but still got that error.
Hollyland
hollyland.com › blog › tips › failed-to-open-nvenc-codec-function-not-implemented
Fixes To Failed To Open NVENC Codec: Function Not Implemented - Hollyland
September 26, 2023 - When this happens, certain features and optimizations may be missing, leading to incompatibility issues with OBS and NVENC. Incompatible Graphics Drivers: Incompatibility can arise when a newly updated graphics driver clashes with OBS or NVENC due to issues such as driver bugs or conflicts ...