{
  "outputs": [
    "@tm1"
  ],
  "inputs": [
    {
      "type": "texture"
    },
    {
      "type": "resource",
      "data": {
        "type": "video",
        "id": "file://assets/7_blurred_1_tex-1.mp4"
      }
    }
  ],
  "controls": [
    {
      "id": "2910154F-5791-4387-88D8-77C318E907A3",
      "selector": "@lut.intensity",
      "type": "slider",
      "attributes": {
        "defaultValue": 0.55,
        "min": 0,
        "title": "editing.fx.control-filter",
        "max": 0.55
      }
    },
    {
      "id": "9349F136-3143-44D6-B360-E9447BC15C2E",
      "selector": "@db.power",
      "type": "slider",
      "attributes": {
        "defaultValue": 0.45,
        "min": 0.2,
        "title": "editing.fx.control-motion",
        "max": 0.65
      }
    },
    {
      "id": "FFA7AA34-9EE8-4068-AE3E-AB92CEDF0C39",
      "selector": "@tm1.opacity",
      "type": "slider",
      "attributes": {
        "defaultValue": 0.25,
        "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/s83.lut2",
      "type": "resource"
    },
    {
      "id": "lut",
      "source": "@in",
      "intensity": "@2910154F-5791-4387-88D8-77C318E907A3",
      "type": "lut",
      "lut": "@lut_res"
    },
    {
      "power": "@9349F136-3143-44D6-B360-E9447BC15C2E",
      "id": "db",
      "angle": 125,
      "source": "@lut",
      "type": "directional-blur"
    },
    {
      "source": "@grain",
      "destination": "@db",
      "position": {
        "value": [
          0.5,
          0.5
        ],
        "dimension": "NORMALIZED"
      },
      "rotation": [
        0,
        0
      ],
      "id": "tm1",
      "blendMode": "VIVID_LIGHT",
      "anchorPoint": [
        0.5,
        0.5
      ],
      "type": "texture-mix",
      "opacity": "@FFA7AA34-9EE8-4068-AE3E-AB92CEDF0C39",
      "scale": {
        "type": "ASPECT_FILL",
        "value": [
          1,
          1
        ]
      }
    }
  ],
  "version": 4
}