optimize generated video (#498)
* use different framerate flags * pre-generate song image and always use software encoders * fix tests
This commit is contained in:
+1
-1
@@ -304,7 +304,7 @@ namespace ErsatzTV
|
||||
services.AddScoped<IRuntimeInfo, RuntimeInfo>();
|
||||
services.AddScoped<IPlexPathReplacementService, PlexPathReplacementService>();
|
||||
services.AddScoped<IFFmpegStreamSelector, FFmpegStreamSelector>();
|
||||
services.AddScoped<FFmpegProcessService>();
|
||||
services.AddScoped<IFFmpegProcessService, FFmpegProcessService>();
|
||||
services.AddScoped<HlsSessionWorker>();
|
||||
services.AddScoped<IGitHubApiClient, GitHubApiClient>();
|
||||
services.AddScoped<IHtmlSanitizer, HtmlSanitizer>(
|
||||
|
||||
Reference in New Issue
Block a user