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.master
parent
ecc102fc51
commit
fd64fbb2f4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue