mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-24 12:19:27 +01:00
Default SVT-AV1 preset to 8 if preset parsing fails for some reason
This commit is contained in:
@@ -126,7 +126,7 @@ namespace Flowframes.Media
|
||||
static string GetSvtAv1Speed()
|
||||
{
|
||||
string preset = Config.Get(Config.Key.ffEncPreset).ToLower().Remove(" ");
|
||||
string arg = "";
|
||||
string arg = "8";
|
||||
|
||||
if (preset == "veryslow") arg = "2";
|
||||
if (preset == "slower") arg = "3";
|
||||
|
||||
Reference in New Issue
Block a user