trying libsvtav1

This commit is contained in:
John Andrews
2022-09-28 13:35:07 +13:00
parent 647c055925
commit bb4458838d

View File

@@ -194,7 +194,8 @@ public class FfmpegBuilderVideoEncode:FfmpegBuilderNode
{
return new []
{
"libaom-av1",
//"libaom-av1",
"libsvtav1",
"-preset", "8",
"-crf", quality.ToString()
};