mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-19 09:41:32 +08:00
UI: Add "H.264" to simple hardware encoders
Hopefully stops people from assuming other video compression standards are usable from these settings.
This commit is contained in:
@@ -937,9 +937,9 @@ void AutoConfigTestPage::TestRecordingEncoderThread()
|
||||
|
||||
#define ENCODER_TEXT(x) "Basic.Settings.Output.Simple.Encoder." x
|
||||
#define ENCODER_SOFTWARE ENCODER_TEXT("Software")
|
||||
#define ENCODER_NVENC ENCODER_TEXT("Hardware.NVENC")
|
||||
#define ENCODER_QSV ENCODER_TEXT("Hardware.QSV")
|
||||
#define ENCODER_AMD ENCODER_TEXT("Hardware.AMD")
|
||||
#define ENCODER_NVENC ENCODER_TEXT("Hardware.NVENC.H264")
|
||||
#define ENCODER_QSV ENCODER_TEXT("Hardware.QSV.H264")
|
||||
#define ENCODER_AMD ENCODER_TEXT("Hardware.AMD.H264")
|
||||
|
||||
#define QUALITY_SAME "Basic.Settings.Output.Simple.RecordingQuality.Stream"
|
||||
#define QUALITY_HIGH "Basic.Settings.Output.Simple.RecordingQuality.Small"
|
||||
|
||||
Reference in New Issue
Block a user