Workflow to automatically create videos with AI

Workflow to Create Videos Automatically with AI

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:
1 Like

Hey @Samuel_Bebecito_troj, while you wait for a response, here are some things that might help:

Suggested resources

Automatically matched to your question.

Docs:

Forum:

@Parintele_Damaskin, @azizaavon - you’ve helped with similar issues before, can you take a look?

Automatically suggested by n8n’s community bot. It’s a pilot - please share feedback here.

@Samuel_Bebecito_troj I’ll make you some JSON, one moment!

i will make it

Hi Samuel — for the editing part (joining clips, rotating to 9:16 vertical, subtitles, music) the usual blocker is that n8n Cloud doesn’t have FFmpeg and in n8n 2.0 the Execute Command node comes disabled. What works without installing anything: calling a video API with HTTP Request and waiting for the result with a Wait → If loop.

I’m leaving you an importable workflow that does exactly that (video URL → vertical 9:16 with blurred background → download URL), using only native nodes: https://kinopipe.com/workflows/kinopipe-vertical-tiktok-n8n.json — you change the endpoint URL for trim, merge, subtitles, etc. (catalog: Prebuilt Video & Audio API Tools — KinoPipe).

For the script and generated images/videos use the OpenAI/Gemini/Kling nodes you already have; the API only handles the final render. Full transparency: the API is mine (KinoPipe), it has 100 free credits with no card required to try it out. If you share what exact steps you want (image + audio → video, join 5 clips, etc.) I’ll send you the JSON for each one.