properly implemented svtav1 strategy and added a temporary set of values, same with x265 (cpu)
This commit is contained in:
@@ -29,7 +29,7 @@ class NvencSpeedPreset(NvencSpeed speed) : FFMpegCore.Arguments.IArgument {
|
||||
}
|
||||
|
||||
class NvencTuneArgument(NvencTune tune) : FFMpegCore.Arguments.IArgument {
|
||||
public string Text { get { return $"-tune {tune.ToString().ToLower()}"; } }
|
||||
public string Text { get { return $"-tune {(int)tune}"; } }
|
||||
}
|
||||
|
||||
class NvencHighBitDepthArgument(bool enable) : FFMpegCore.Arguments.IArgument {
|
||||
|
||||
Reference in New Issue
Block a user