May be “maxBitRate”: 800 is just a good joke even more if 10b
If 4000 series
{
"id": "av1-10bit-win-nvidia",
"encoder": "AV1",
"profile": "10-bit Tweaked",
"allowsAlpha": 0,
"gpu": "nvidia",
"ffmpegOpts": "-c:v av1_nvenc -preset p7 -b_ref_mode middle -bf 2 -pix_fmt p010le",
"ext": "mkv",
"os": "windows",
"device": "nvidia",
"maxBitRate": 6000,
"targetBitRate": 4000,
"minSize": [1,1],
"maxSize": [8704,8704],
"maxBitDepth": 10,
"compute": 809,
"metadata": {
"color_primaries": "bt2020",
"transfer_characteristics": "smpte2084",
"matrix_coefficients": "bt2020nc",
"chroma_location": "centered",
"color_range": "full"
}
}
If CPU
{
"id": "av1-cpu-10bit",
"encoder": "AV1",
"profile": "10-bit CPU",
"allowsAlpha": 0,
"gpu": "none",
"ffmpegOpts": "-c:v libaom-av1 -cpu-used 4 -pix_fmt yuv420p10le -crf 24 -b:v 0 -row-mt 1 -tiles 4x4 -fast-decode 1",
"ext": "mkv",
"os": "windows",
"minSize": [1, 1],
"maxSize": [8704,8704],
"maxBitDepth": 10,
"metadata": {
"color_primaries": "bt2020",
"transfer_characteristics": "smpte2084",
"matrix_coefficients": "bt2020nc",
"chroma_location": "centered",
"color_range": "full"
}
}