mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-16 16:37:48 +01:00
Disable autoenc for GIF output
This commit is contained in:
@@ -294,6 +294,12 @@ namespace Flowframes.Main
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(current.outMode == I.OutMode.VidGif)
|
||||||
|
{
|
||||||
|
Logger.Log($"Not Using AutoEnc: Using GIF output", true);
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
if (stepByStep && !Config.GetBool(Config.Key.sbsAllowAutoEnc))
|
if (stepByStep && !Config.GetBool(Config.Key.sbsAllowAutoEnc))
|
||||||
{
|
{
|
||||||
Logger.Log($"Not Using AutoEnc: Using step-by-step mode, but 'sbsAllowAutoEnc' is false", true);
|
Logger.Log($"Not Using AutoEnc: Using step-by-step mode, but 'sbsAllowAutoEnc' is false", true);
|
||||||
|
|||||||
Reference in New Issue
Block a user