From 0d4693e015fb680d98590608d0b6522496c187a9 Mon Sep 17 00:00:00 2001 From: jp9000 Date: Sun, 10 Feb 2019 15:43:08 -0800 Subject: [PATCH] obs-ffmpeg: Add a few line breaks for new tooltips --- plugins/obs-ffmpeg/data/locale/en-US.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/obs-ffmpeg/data/locale/en-US.ini b/plugins/obs-ffmpeg/data/locale/en-US.ini index ff9fa0994..16347e22d 100644 --- a/plugins/obs-ffmpeg/data/locale/en-US.ini +++ b/plugins/obs-ffmpeg/data/locale/en-US.ini @@ -19,9 +19,9 @@ NVENC.Preset.ll="Low-Latency" NVENC.Preset.llhq="Low-Latency Quality" NVENC.Preset.llhp="Low-Latency Performance" NVENC.LookAhead="Look-ahead" -NVENC.LookAhead.ToolTip="Enables dynamic B-frames. If disabled, the encoder will always use the number of B-frames specified in the 'Max B-frames' setting. If enabled, it will increase visual quality by only using however many B-frames are necessary, up to the maximum, at the cost of increased GPU utilization." +NVENC.LookAhead.ToolTip="Enables dynamic B-frames.\n\nIf disabled, the encoder will always use the number of B-frames specified in the 'Max B-frames' setting.\n\nIf enabled, it will increase visual quality by only using however many B-frames are necessary, up to the maximum,\nat the cost of increased GPU utilization." NVENC.PsychoVisualTuning="Psycho Visual Tuning" -NVENC.PsychoVisualTuning.ToolTip="Enables encoder settings that optimize the use of bitrate for increased perceived visual quality, especially in situations with high motion, at the cost of increased GPU utilization." +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" FFmpegSource="Media Source"