{
  "outputs": [
    "@tm1"
  ],
  "inputs": [
    {
      "type": "texture"
    },
    {
      "type": "resource",
      "data": {
        "type": "video",
        "id": "file://assets/7_blurred_1_tex-1.mp4"
      }
    }
  ],
  "controls": [
    {
      "id": "55937A08-EE20-41C6-8534-44E92E21097B",
      "selector": "@lut.intensity",
      "type": "slider",
      "attributes": {
        "defaultValue": 1,
        "min": 0,
        "title": "editing.fx.control-filter",
        "max": 1
      }
    },
    {
      "id": "EA798422-75CF-48CB-B1B8-59AED16FC198",
      "selector": "@db.power",
      "type": "slider",
      "attributes": {
        "defaultValue": 0.55,
        "min": 0.2,
        "title": "editing.fx.control-motion",
        "max": 0.75
      }
    },
    {
      "id": "51F0D70A-D2EC-47E7-B248-8E1CB8BC611E",
      "selector": "@tm1.opacity",
      "type": "slider",
      "attributes": {
        "defaultValue": 0.3,
        "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/bw1.lut2",
      "type": "resource"
    },
    {
      "id": "lut",
      "source": "@in",
      "intensity": "@55937A08-EE20-41C6-8534-44E92E21097B",
      "type": "lut",
      "lut": "@lut_res"
    },
    {
      "power": "@EA798422-75CF-48CB-B1B8-59AED16FC198",
      "id": "db",
      "angle": 60,
      "source": "@lut",
      "type": "directional-blur"
    },
    {
      "source": "@grain",
      "destination": "@db",
      "position": {
        "value": [
          0.5,
          0.5
        ],
        "dimension": "NORMALIZED"
      },
      "rotation": [
        0,
        0
      ],
      "id": "tm1",
      "blendMode": "LINEAR_DODGE_ADD",
      "anchorPoint": [
        0.5,
        0.5
      ],
      "type": "texture-mix",
      "opacity": "@51F0D70A-D2EC-47E7-B248-8E1CB8BC611E",
      "scale": {
        "type": "ASPECT_FILL",
        "value": [
          1,
          1
        ]
      }
    }
  ],
  "version": 4
}