{
  "outputs": [
    "@tm1"
  ],
  "inputs": [
    {
      "type": "texture"
    },
    {
      "type": "resource",
      "data": {
        "type": "video",
        "id": "file://assets/grain/grain_1.mp4"
      }
    }
  ],
  "controls": [
    {
      "id": "23CB97EA-A795-4B1B-A154-866272CA867A",
      "selector": "@tm1.opacity",
      "type": "slider",
      "attributes": {
        "defaultValue": 1,
        "min": 0,
        "title": "editing.fx.control-grain",
        "max": 1
      }
    }
  ],
  "nodes": [
    {
      "id": "in",
      "type": "input"
    },
    {
      "index": 1,
      "id": "tex1",
      "type": "input"
    },
    {
      "source": "@tex1",
      "destination": "@in",
      "position": {
        "value": [
          0.5,
          0.5
        ],
        "dimension": "NORMALIZED"
      },
      "rotation": [
        0,
        0
      ],
      "id": "tm1",
      "blendMode": "OVERLAY",
      "anchorPoint": [
        0.5,
        0.5
      ],
      "type": "texture-mix",
      "opacity": "@23CB97EA-A795-4B1B-A154-866272CA867A",
      "scale": {
        "type": "ASPECT_FILL",
        "value": [
          1,
          1
        ]
      }
    }
  ],
  "version": 4
}