diff options
| author | Nick <20588554+nicknsy@users.noreply.github.com> | 2023-03-28 13:09:34 -0700 |
|---|---|---|
| committer | Nick <20588554+nicknsy@users.noreply.github.com> | 2023-06-22 16:23:52 -0700 |
| commit | b89bf5d735de144495b3dc9acbcf70c17fb24c15 (patch) | |
| tree | 875fe9bddebdf42f945593cbc660b2684e28a4a8 | |
| parent | e8ca278266df095884172787c5611642c5a88db3 (diff) | |
Change defaults
| -rw-r--r-- | MediaBrowser.Model/Configuration/TrickplayOptions.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Model/Configuration/TrickplayOptions.cs b/MediaBrowser.Model/Configuration/TrickplayOptions.cs index f85259a14..d89e5f590 100644 --- a/MediaBrowser.Model/Configuration/TrickplayOptions.cs +++ b/MediaBrowser.Model/Configuration/TrickplayOptions.cs @@ -46,12 +46,12 @@ namespace MediaBrowser.Model.Configuration /// <summary> /// Gets or sets the ffmpeg output quality level. /// </summary> - public int Qscale { get; set; } = 10; + public int Qscale { get; set; } = 4; /// <summary> /// Gets or sets the jpeg quality to use for image tiles. /// </summary> - public int JpegQuality { get; set; } = 80; + public int JpegQuality { get; set; } = 90; /// <summary> /// Gets or sets the number of threads to be used by ffmpeg. |
