{
  "name": "Convert GIF to MP4 with FFmpegAPI",
  "nodes": [
    {
      "id": "15422c19-dcf3-4e88-8e33-004d1cbc5ad0",
      "name": "Get Upload URL",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        240,
        32
      ]
    },
    {
      "id": "496ff022-cd76-4dc7-9825-280e6db11e0f",
      "name": "Upload File",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        672,
        -32
      ]
    },
    {
      "id": "300a02ee-e6b9-4a6f-8291-446bd81e1a1a",
      "name": "Merge",
      "type": "n8n-nodes-base.merge",
      "position": [
        448,
        -32
      ]
    },
    {
      "id": "a34bb626-08a9-4066-9859-80bf7fa0c520",
      "name": "Process File",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        896,
        -32
      ]
    },
    {
      "id": "75e67302-8417-4072-b3f8-be8a8f386996",
      "name": "Attach file",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        0,
        -32
      ]
    },
    {
      "id": "c9288a0b-d0f5-4c74-a37b-539c7788e896",
      "name": "Download URL",
      "type": "n8n-nodes-base.form",
      "position": [
        1120,
        -32
      ]
    },
    {
      "id": "0108216e-7d4b-441d-8a4b-90b4c874d926",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        448,
        -448
      ],
      "parameters": {
        "width": 416,
        "height": 240,
        "content": "## Step 1\nCreate an account on [FFmpegAPI](https://ffmpeg-api.com/) and copy your API Key from the dashboard.\n\nGo to the **Variables** section from the left sidebar of this page. and use **FFMPEG_API_"
      }
    },
    {
      "id": "01dc723d-8075-4bc3-a7b4-2564c332fad8",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        992,
        -464
      ],
      "parameters": {
        "width": 416,
        "height": 256,
        "content": "## Step 2\nClick the 'Execute workflow' button at the bottom. A pop-up window will open where you can select a GIF file from your PC. \n\nOnce you click convert, the workflow will:\na. get an upload file "
      }
    },
    {
      "id": "bce121a2-0b71-41e4-b270-9bcf0f5f8c26",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -128,
        -448
      ],
      "parameters": {
        "width": 416,
        "height": 240,
        "content": "## Intro\n\nThis is an example workflow that demos the [FFmpegAPI](https://ffmpeg-api.com/) for file conversion. It only shows GIF to MP4 conversion, but you're free to modify it for your use case."
      }
    }
  ],
  "connections": {
    "Merge": {
      "main": [
        [
          {
            "node": "Upload File",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Attach file": {
      "main": [
        [
          {
            "node": "Merge",
            "type": "main",
            "index": 0
          },
          {
            "node": "Get Upload URL",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Upload File": {
      "main": [
        [
          {
            "node": "Process File",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Process File": {
      "main": [
        [
          {
            "node": "Download URL",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Upload URL": {
      "main": [
        [
          {
            "node": "Merge",
            "type": "main",
            "index": 1
          }
        ]
      ]
    }
  }
}