From fd64fbb2f4cbbe35e4f9223f7de1b0961aa4e7c2 Mon Sep 17 00:00:00 2001 From: jp9000 Date: Wed, 24 Sep 2014 20:20:55 -0700 Subject: [PATCH] Basic UI: Remove "CPU" from "x264 CPU Preset" text I feel like people keep mistaking how x264 preset functions. They often associate it with their own CPU speed, and I feel the name does not help with that issue. I think it may be for the best to just take it out. At best, it will keep people away from using it unless they know what they're doing, and at worst, people at least won't be able to associate it with their CPU as easily anymore. --- obs/data/locale/en-US.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obs/data/locale/en-US.ini b/obs/data/locale/en-US.ini index 6b4c70f8b..63a23e2c1 100644 --- a/obs/data/locale/en-US.ini +++ b/obs/data/locale/en-US.ini @@ -207,7 +207,7 @@ Basic.Settings.Output.Reconnect="Automatically Reconnect" Basic.Settings.Output.RetryDelay="Retry Delay (seconds)" Basic.Settings.Output.MaxRetries="Maximum Retries" Basic.Settings.Output.Advanced="Enable Advanced Encoder Settings" -Basic.Settings.Output.X264Preset="x264 CPU Preset" +Basic.Settings.Output.X264Preset="x264 Preset" Basic.Settings.Output.CustomX264Settings="Custom x264 Settings" # basic mode 'video' settings -- GitLab