Files
gnommo/filter_defaults.json
T
2026-07-18 21:44:22 +02:00

60 lines
1.0 KiB
JSON

{
"talkinghead": [
{
"type": "audio_normalize",
"enabled": true,
"highpass": 85,
"eq_bands": [
{
"type": "peak",
"freq": 200,
"gain": -3.5,
"q": 1.2
}
],
"compress": false,
"normalize": true,
"target_lufs": -14,
"target_lra": 11,
"target_tp": -1.5
},
{
"type": "gnommokey",
"screen_color": [
81,
137,
65
],
"screen_gain": 175,
"screen_balance": 58,
"despill_bias": [
235,
222,
210
],
"despill_strength": 7.0,
"spill_suppress": 1.3,
"yellow_protect": 0.9,
"edge_erode": 1.0,
"clip_black": 0,
"clip_white": 100
},
{
"type": "color_grade",
"saturation": 1.02,
"contrast": 1.05,
"brightness": 0.04,
"bm": 0.0,
"gm": 0.02,
"rm": -0.07
},
{
"type": "mask",
"left": 0.05,
"right": 0.1,
"top": 0.1,
"bottom": 0.0
}
]
}