mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-03 22:40:09 +00:00
update qsv encoding
This commit is contained in:
parent
4da6d25fc8
commit
532af87452
4 changed files with 6 additions and 6 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue