mirror of
https://github.com/n00mkrad/flowframes.git
synced 2026-08-29 10:08:39 +02:00
Add APNG to use470bg list
This commit is contained in:
@@ -95,7 +95,7 @@ namespace Flowframes.Os
|
||||
IoUtils.TryDeleteIfExists(frameIndexesJsonPath);
|
||||
}
|
||||
|
||||
bool use470bg = s.InterpSettings.inputIsFrames && !new[] { "GIF", "EXR" }.Contains(Interpolate.currentMediaFile.Format.Upper());
|
||||
bool use470bg = s.InterpSettings.inputIsFrames && !new[] { "GIF", "EXR", "APNG" }.Contains(Interpolate.currentMediaFile.Format.Upper());
|
||||
args.Add(("cMatrix", use470bg ? "470bg" : ""));
|
||||
args.Add(("targetMatch", targetFrameCountMatchDuration));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user