Change defaults

This commit is contained in:
Nick 2023-03-28 13:09:34 -07:00
parent e8ca278266
commit b89bf5d735
1 changed files with 2 additions and 2 deletions

View File

@ -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.