optimize generated video (#498)

* use different framerate flags

* pre-generate song image and always use software encoders

* fix tests
This commit is contained in:
Jason Dove
2021-11-25 12:31:57 -06:00
committed by GitHub
parent ed3f1b1dad
commit a90eb2d4de
16 changed files with 272 additions and 78 deletions
+1 -1
View File
@@ -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>(