obs-ffmpeg: Add option to use b-frames as reference

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.
This commit is contained in:
derrod
2019-02-20 04:48:23 +01:00
parent 4722b764ca
commit adf3337d3c
3 changed files with 13 additions and 0 deletions

View File

@@ -23,6 +23,8 @@ NVENC.LookAhead.ToolTip="Enables dynamic B-frames.\n\nIf disabled, the encoder w
NVENC.PsychoVisualTuning="Psycho Visual Tuning"
NVENC.PsychoVisualTuning.ToolTip="Enables encoder settings that optimize the use of bitrate for increased perceived visual quality,\nespecially in situations with high motion, at the cost of increased GPU utilization."
NVENC.CQLevel="CQ Level"
NVENC.BFramesAsRef="Use B-Frames as Reference"
NVENC.BFramesAsRef.ToolTip="Using B-Frames as a reference improves quality with negligible performance impact.\n\nIt is strongly recommended to enable this feature when using multiple B-Frames."
FFmpegSource="Media Source"
LocalFile="Local File"