{
  "outputs": [
    "@tm1"
  ],
  "inputs": [
    {
      "type": "texture"
    },
    {
      "type": "resource",
      "data": {
        "type": "video",
        "id": "file://assets/7_blurred_1_tex-1.mp4"
      }
    }
  ],
  "controls": [
    {
      "id": "F6A18170-DA4C-4C7B-BB26-327F7C11B83F",
      "selector": "@lut.intensity",
      "type": "slider",
      "attributes": {
        "defaultValue": 0.55,
        "min": 0,
        "title": "editing.fx.control-filter",
        "max": 0.55
      }
    },
    {
      "id": "F8A42C83-6231-4F47-9FC5-27ED53235E13",
      "selector": "@db.power",
      "type": "slider",
      "attributes": {
        "defaultValue": 1,
        "min": 0.2,
        "title": "editing.fx.control-motion",
        "max": 1.4
      }
    },
    {
      "id": "237817DF-E7C2-4F35-9751-A81431A1D23A",
      "selector": "@tm1.opacity",
      "type": "slider",
      "attributes": {
        "defaultValue": 0.35,
        "min": 0,
        "title": "editing.fx.control-grain",
        "max": 1
      }
    }
  ],
  "nodes": [
    {
      "id": "in",
      "type": "input"
    },
    {
      "index": 1,
      "id": "grain",
      "type": "input"
    },
    {
      "id": "lut_res",
      "resourceType": "lut",
      "resourceId": "file://color/vhs5.lut2",
      "type": "resource"
    },
    {
      "id": "lut",
      "source": "@in",
      "intensity": "@F6A18170-DA4C-4C7B-BB26-327F7C11B83F",
      "type": "lut",
      "lut": "@lut_res"
    },
    {
      "power": "@F8A42C83-6231-4F47-9FC5-27ED53235E13",
      "id": "db",
      "angle": 12,
      "source": "@lut",
      "type": "directional-blur"
    },
    {
      "source": "@grain",
      "destination": "@db",
      "position": {
        "value": [
          0.5,
          0.5
        ],
        "dimension": "NORMALIZED"
      },
      "rotation": [
        0,
        0
      ],
      "id": "tm1",
      "blendMode": "HARD_LIGHT",
      "anchorPoint": [
        0.5,
        0.5
      ],
      "type": "texture-mix",
      "opacity": "@237817DF-E7C2-4F35-9751-A81431A1D23A",
      "scale": {
        "type": "ASPECT_FILL",
        "value": [
          1,
          1
        ]
      }
    }
  ],
  "version": 4
}