mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-01-07 09:10:09 -06:00
FF-1027 - av1 now uses slower
This commit is contained in:
@@ -200,7 +200,7 @@ public class FfmpegBuilderVideoEncode:FfmpegBuilderNode
|
||||
{
|
||||
//"libaom-av1",
|
||||
"libsvtav1",
|
||||
"-preset", "slower",
|
||||
"-preset", "4",
|
||||
"-crf", quality.ToString()
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user