{
  "outputs": [
    "@tm1"
  ],
  "inputs": [
    {
      "type": "texture"
    },
    {
      "type": "resource",
      "data": {
        "type": "video",
        "id": "file://assets/7_blurred_1_tex-1.mp4"
      }
    }
  ],
  "controls": [
    {
      "id": "64B54000-4634-4BEC-8646-6C11C50F93B4",
      "selector": "@lut.intensity",
      "type": "slider",
      "attributes": {
        "defaultValue": 0.45,
        "min": 0,
        "title": "editing.fx.control-filter",
        "max": 0.45
      }
    },
    {
      "id": "06784A6B-32DF-4597-9624-D567F07A7819",
      "selector": "@db.power",
      "type": "slider",
      "attributes": {
        "defaultValue": 0.6,
        "min": 0.2,
        "title": "editing.fx.control-motion",
        "max": 0.8
      }
    },
    {
      "id": "D55D46D0-A70E-415D-862D-BBD0B3C89A12",
      "selector": "@tm1.opacity",
      "type": "slider",
      "attributes": {
        "defaultValue": 0.5,
        "min": 0,
        "title": "editing.fx.control-grain",
        "max": 0.65
      }
    }
  ],
  "nodes": [
    {
      "id": "in",
      "type": "input"
    },
    {
      "index": 1,
      "id": "grain",
      "type": "input"
    },
    {
      "id": "lut_res",
      "resourceType": "lut",
      "resourceId": "file://color/arct8.lut2",
      "type": "resource"
    },
    {
      "id": "lut",
      "source": "@in",
      "intensity": "@64B54000-4634-4BEC-8646-6C11C50F93B4",
      "type": "lut",
      "lut": "@lut_res"
    },
    {
      "power": "@06784A6B-32DF-4597-9624-D567F07A7819",
      "id": "db",
      "angle": 45,
      "source": "@lut",
      "type": "directional-blur"
    },
    {
      "source": "@grain",
      "destination": "@db",
      "position": {
        "value": [
          0.5,
          0.5
        ],
        "dimension": "NORMALIZED"
      },
      "rotation": [
        0,
        0
      ],
      "id": "tm1",
      "blendMode": "OVERLAY",
      "anchorPoint": [
        0.5,
        0.5
      ],
      "type": "texture-mix",
      "opacity": "@D55D46D0-A70E-415D-862D-BBD0B3C89A12",
      "scale": {
        "type": "ASPECT_FILL",
        "value": [
          1,
          1
        ]
      }
    }
  ],
  "version": 4
}