mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 05:53:03 +03:00
update qsv encoding
This commit is contained in:
@@ -9,13 +9,13 @@ namespace MediaBrowser.Model.Configuration
|
||||
public bool EnableDebugLogging { get; set; }
|
||||
public bool EnableThrottling { get; set; }
|
||||
public int ThrottleThresholdSeconds { get; set; }
|
||||
public string HardwareVideoDecoder { get; set; }
|
||||
public string HardwareAccelerationType { get; set; }
|
||||
|
||||
public EncodingOptions()
|
||||
{
|
||||
DownMixAudioBoost = 2;
|
||||
EnableThrottling = true;
|
||||
ThrottleThresholdSeconds = 100;
|
||||
ThrottleThresholdSeconds = 110;
|
||||
EncodingThreadCount = -1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user