Question / Help NVENC Support

ShneekeyTheLost

New Member
I've gone through some of the older threads, did what they said, still not getting the ability to use NVENC. Here's what I've got so far, tell me where I went wrong:

First off, I've got the latest version of ffmpeg.

Code:
ffmpeg -codecs | grep nvenc
ffmpeg version 3.3-1+b3 Copyright (c) 2000-2017 the FFmpeg developers
  built with gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.4) 20160609
  configuration: --prefix=/usr/local --extra-version=1+b3 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --shlibdir=/usr/lib/x86_64-linux-gnu --cc=cc --cxx=g++ --enable-gpl --disable-stripping --enable-shared --disable-decoder=libopenjpeg --disable-decoder=libschroedinger --enable-avresample --enable-avisynth --enable-pic --enable-nonfree --enable-nvenc
  libavutil  55. 58.100 / 55. 58.100
  libavcodec  57. 89.100 / 57. 89.100
  libavformat  57. 71.100 / 57. 71.100
  libavdevice  57.  6.100 / 57.  6.100
  libavfilter  6. 82.100 /  6. 82.100
  libavresample  3.  5.  0 /  3.  5.  0
  libswscale  4.  6.100 /  4.  6.100
  libswresample  2.  7.100 /  2.  7.100
  libpostproc  54.  5.100 / 54.  5.100
 DEV.LS h264  H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 (decoders: h264 h264_cuvid ) (encoders: h264_nvenc nvenc nvenc_h264 )
 DEV.L. hevc  H.265 / HEVC (High Efficiency Video Coding) (decoders: hevc hevc_cuvid ) (encoders: nvenc_hevc hevc_nvenc )

And I'm running OBS 19.0.0 that just showed up in my PPA

Code:
04:22:38 PM.191: Processor: 8 logical cores
04:22:38 PM.191: Processor: AMD FX(tm)-8320 Eight-Core Processor
04:22:38 PM.192: Physical Memory: 15997MB Total
04:22:38 PM.192: Kernel Version: Linux 4.4.0-53-generic
04:22:38 PM.192: Distribution: "Linux Mint" "18.1"
04:22:38 PM.192: Portable mode: false
04:22:38 PM.208: OBS 19.0.0 (linux)
04:22:38 PM.208: ---------------------------------
04:22:38 PM.208: ---------------------------------
04:22:38 PM.208: audio settings reset:
04:22:38 PM.208:    samples per sec: 44100
04:22:38 PM.208:    speakers:  1
04:22:38 PM.219: ---------------------------------
04:22:38 PM.219: Initializing OpenGL...
04:22:38 PM.361: OpenGL version: 3.2.0 NVIDIA 375.39
04:22:38 PM.373: ---------------------------------
04:22:38 PM.373: video settings reset:
04:22:38 PM.373:    base resolution:  1920x1080
04:22:38 PM.373:    output resolution: 1920x1080
04:22:38 PM.373:    downscale filter:  Bilinear
04:22:38 PM.373:    fps:  60/1
04:22:38 PM.373:    format:  NV12
04:22:38 PM.375: ---------------------------------
04:22:38 PM.406: No blackmagic support
04:22:38 PM.454: VLC found, VLC video source enabled
04:22:38 PM.454: ---------------------------------
04:22:38 PM.454:  Loaded Modules:
04:22:38 PM.454:  vlc-video.so
04:22:38 PM.454:  text-freetype2.so
04:22:38 PM.454:  rtmp-services.so
04:22:38 PM.454:  obs-x264.so
04:22:38 PM.454:  obs-transitions.so
04:22:38 PM.454:  obs-outputs.so
04:22:38 PM.454:  obs-libfdk.so
04:22:38 PM.454:  obs-filters.so
04:22:38 PM.454:  obs-ffmpeg.so
04:22:38 PM.454:  linux-v4l2.so
04:22:38 PM.454:  linux-pulseaudio.so
04:22:38 PM.454:  linux-jack.so
04:22:38 PM.454:  linux-decklink.so
04:22:38 PM.454:  linux-capture.so
04:22:38 PM.454:  linux-alsa.so
04:22:38 PM.454:  image-source.so
04:22:38 PM.454:  frontend-tools.so
04:22:38 PM.454: ==== Startup complete ===============================================
04:22:38 PM.460: All scene data cleared
04:22:38 PM.460: ------------------------------------------------
04:22:38 PM.469: pulse-input: Server name: 'pulseaudio 8.0'
04:22:38 PM.469: pulse-input: Audio format: s16le, 44100 Hz, 2 channels
04:22:38 PM.470: pulse-input: Started recording from 'alsa_output.pci-0000_00_14.2.analog-stereo.monitor'
04:22:38 PM.470: pulse-input: Server name: 'pulseaudio 8.0'
04:22:38 PM.470: pulse-input: Audio format: s16le, 44100 Hz, 2 channels
04:22:38 PM.470: pulse-input: Started recording from 'alsa_input.pci-0000_00_14.2.analog-stereo'
04:22:38 PM.475: Switched to scene 'Scene 2'
04:22:38 PM.475: ------------------------------------------------
04:22:38 PM.475: Loaded scenes:
04:22:38 PM.475: - scene 'Scene 2':
04:22:38 PM.475:  - source: 'Window Capture (Xcomposite)' (xcomposite_input)
04:22:38 PM.475: ------------------------------------------------
04:22:39 PM.022: adding 46 milliseconds of audio buffering, total audio buffering is now 46 milliseconds

As you can see, I'm running the right drivers, with a 1050Ti card which is more than modern enough to run NVENC, with the right version of ffmpeg... what am I doing wrong?
 
Top