obs-ffmpeg: Add lossless mode to NVENC encoder

This commit is contained in:
jp9000
2016-05-05 00:20:09 -07:00
parent 0288ea66af
commit 0157d02564
2 changed files with 27 additions and 3 deletions

View File

@@ -13,6 +13,8 @@ NVENC.Preset.bd="Bluray"
NVENC.Preset.ll="Low-Latency"
NVENC.Preset.llhq="Low-Latency High Quality"
NVENC.Preset.llhp="Low-Latency High Performance"
NVENC.Preset.lossless="Lossless"
NVENC.Preset.losslesshp="Lossless High Performance"
NVENC.Level="Level"
FFmpegSource="Media Source"