grain-overlay
Installation
SKILL.md
grain-overlay
Purpose
Apply a subtle noise texture across the entire frame (or a specific layer) to give a printed / risograph / film-grain feel. The key anti-AI tell: AI-generated motion graphics often have perfectly clean fills; grain breaks that perfection.
Params
{
"opacity": 0.08, // 0.05-0.15 range — subtle
"blend_mode": "multiply", // multiply | overlay | soft-light
"texture_resolution": [1920, 1920],
"tile": false, // tile small texture vs full-canvas
"per_shape": false, // apply to each filled shape vs single overlay
"seed": "static", // static (recommended) | per-frame (looks like noise filter)
"intensity_blend_with_pack": true // multiply by pack.micro_imperfection.grain_intensity
}