mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-03 22:40:09 +00:00
encode with qsv
This commit is contained in:
parent
6aa3313bc0
commit
ce34c35b94
43 changed files with 317 additions and 226 deletions
|
|
@ -8,14 +8,14 @@ namespace MediaBrowser.Model.Configuration
|
|||
public double DownMixAudioBoost { get; set; }
|
||||
public bool EnableDebugLogging { get; set; }
|
||||
public bool EnableThrottling { get; set; }
|
||||
public int ThrottleThresholdInSeconds { get; set; }
|
||||
public int ThrottleThresholdSeconds { get; set; }
|
||||
public string HardwareVideoDecoder { get; set; }
|
||||
|
||||
public EncodingOptions()
|
||||
{
|
||||
DownMixAudioBoost = 2;
|
||||
EnableThrottling = true;
|
||||
ThrottleThresholdInSeconds = 100;
|
||||
ThrottleThresholdSeconds = 100;
|
||||
EncodingThreadCount = -1;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue