mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-23 19:59:31 +01:00
Fix AV1 artifacts (custom SVT args)
This commit is contained in:
@@ -93,7 +93,7 @@ namespace Flowframes.Media
|
|||||||
{
|
{
|
||||||
int cq = Config.GetInt(Config.Key.av1Crf);
|
int cq = Config.GetInt(Config.Key.av1Crf);
|
||||||
string g = GetKeyIntArg(fps, keyint);
|
string g = GetKeyIntArg(fps, keyint);
|
||||||
return new string[] { $"-c:v {GetEnc(codec)} -b:v 0 -qp {cq} {GetSvtAv1Speed()} {g} -pix_fmt {GetPixFmt()}" };
|
return new string[] { $"-c:v {GetEnc(codec)} -b:v 0 -qp {cq} {GetSvtAv1Speed()} {g} -svtav1-params enable-overlays=0:enable-tf=0:scd=0 -pix_fmt {GetPixFmt()}" };
|
||||||
}
|
}
|
||||||
|
|
||||||
if (codec == Codec.Vp9)
|
if (codec == Codec.Vp9)
|
||||||
|
|||||||
Reference in New Issue
Block a user