Change defaults

pull/9554/head
Nick 2 years ago
parent e8ca278266
commit b89bf5d735

@ -46,12 +46,12 @@ namespace MediaBrowser.Model.Configuration
/// <summary> /// <summary>
/// Gets or sets the ffmpeg output quality level. /// Gets or sets the ffmpeg output quality level.
/// </summary> /// </summary>
public int Qscale { get; set; } = 10; public int Qscale { get; set; } = 4;
/// <summary> /// <summary>
/// Gets or sets the jpeg quality to use for image tiles. /// Gets or sets the jpeg quality to use for image tiles.
/// </summary> /// </summary>
public int JpegQuality { get; set; } = 80; public int JpegQuality { get; set; } = 90;
/// <summary> /// <summary>
/// Gets or sets the number of threads to be used by ffmpeg. /// Gets or sets the number of threads to be used by ffmpeg.

Loading…
Cancel
Save