1. 03 3月, 2019 1 次提交
  2. 26 2月, 2019 1 次提交
  3. 21 2月, 2019 1 次提交
  4. 17 2月, 2019 1 次提交
  5. 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