|
@@ -34,7 +34,7 @@ namespace MediaBrowser.Model.Configuration
|
|
public EncodingOptions()
|
|
public EncodingOptions()
|
|
{
|
|
{
|
|
DownMixAudioBoost = 2;
|
|
DownMixAudioBoost = 2;
|
|
- EnableThrottling = true;
|
|
|
|
|
|
+ EnableThrottling = false;
|
|
ThrottleDelaySeconds = 180;
|
|
ThrottleDelaySeconds = 180;
|
|
EncodingThreadCount = -1;
|
|
EncodingThreadCount = -1;
|
|
// This is a DRM device that is almost guaranteed to be there on every intel platform, plus it's the default one in ffmpeg if you don't specify anything
|
|
// This is a DRM device that is almost guaranteed to be there on every intel platform, plus it's the default one in ffmpeg if you don't specify anything
|