diff --git a/MediaBrowser.Model/Configuration/TrickplayOptions.cs b/MediaBrowser.Model/Configuration/TrickplayOptions.cs
index f85259a14b..d89e5f590c 100644
--- a/MediaBrowser.Model/Configuration/TrickplayOptions.cs
+++ b/MediaBrowser.Model/Configuration/TrickplayOptions.cs
@@ -46,12 +46,12 @@ namespace MediaBrowser.Model.Configuration
///
/// Gets or sets the ffmpeg output quality level.
///
- public int Qscale { get; set; } = 10;
+ public int Qscale { get; set; } = 4;
///
/// Gets or sets the jpeg quality to use for image tiles.
///
- public int JpegQuality { get; set; } = 80;
+ public int JpegQuality { get; set; } = 90;
///
/// Gets or sets the number of threads to be used by ffmpeg.