1. 03 5月, 2019 1 次提交
  2. 29 3月, 2019 1 次提交
  3. 14 3月, 2019 1 次提交
  4. 03 3月, 2019 2 次提交
  5. 26 2月, 2019 1 次提交
  6. 21 2月, 2019 1 次提交
  7. 20 2月, 2019 1 次提交
    • D
      obs-ffmpeg: Add option to use b-frames as reference · adf3337d
      derrod 提交于
      According to nvidia's documentation using b-frames as reference results in
      a slight quality improvement with no/negligible performance impact and is
      recommended to be enabled by default when using multiple b-frames.
      adf3337d
  8. 17 2月, 2019 1 次提交
  9. 08 2月, 2019 2 次提交
    • J
      obs-ffmpeg: Do not allow new NVENC on gpu idx > 0 · a249d26e
      jp9000 提交于
      Because the new NVENC implementation requires texture sharing, if the
      user chooses to use a secondary GPU, fall back to the old implementation
      instead.
      a249d26e
    • J
      obs-ffmpeg: Add texture-based NVENC encoder implementation · ed0c7bcd
      jp9000 提交于
      Adds a texture-based NVENC implementation which passes OBS NV12 output
      textures directly to NVENC without downloading them off of the GPU,
      increasing NVENC performance by a significant margin.
      
      If NV12 textures are unavailable or the new encoder fails to initialize
      for whatever reason, it will fall back to the FFmpeg NVENC
      implementation safely.
      ed0c7bcd