Polish AmiReel UI and improve render workflow

This commit is contained in:
2026-08-11 13:55:44 +02:00
parent ad205bb534
commit d62ae0b9fb
38 changed files with 2711 additions and 183 deletions
+3
View File
@@ -5,6 +5,7 @@ public sealed record AppSettings(
string EndCardPath,
string FfmpegPath,
string FfprobePath,
string PreviewPlayerPath,
string Theme,
string Encoder,
string TrimStart,
@@ -17,6 +18,7 @@ public sealed record AppSettings(
"",
"",
"",
"",
"Dark",
"Auto",
"4.414",
@@ -29,6 +31,7 @@ public sealed record AppSettings(
EndCardPath ?? "",
FfmpegPath ?? "",
FfprobePath ?? "",
PreviewPlayerPath ?? "",
string.IsNullOrWhiteSpace(Theme) ? "Dark" : Theme,
string.IsNullOrWhiteSpace(Encoder) ? "Auto" : Encoder,
string.IsNullOrWhiteSpace(TrimStart) ? "4.414" : TrimStart,