Block 1 - Generate transcript
- Type / Role
- n8n-nodes-base.httpRequest - httpRequest
- Config choices
- Version 4.2
This workflow automates the process of creating short video clips from a YouTube video based on specific content requested by the user . Tis is a complete AI powered video clipping and distribution...
n8n-nodes-base.httprequest, n8n-nodes-base.manualtrigger, @n8n/n8n-nodes-langchain.chainllm, @n8n/n8n-nodes-langchain.lmchatopenai, @n8n/n8n-nodes-langchain.outputparserstructured, n8n-nodes-base.googledrive, n8n-nodes-base.wait, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Davide Boizza.
Original n8n.io sourceThis workflow automates the process of creating short video clips from a YouTube video based on specific content requested by the user.
Tis is a complete AI-powered video clipping and distribution system, turning any YouTube video into ready-to-publish short-form content automatically
IMPORTANT: This workflow is quite complex, it requires integrating multiple APIs including YouTube Transcript, RapidAPI for video download, OpenAI GPT, Fal.run for video processing, Google Drive, FTP, and various social media platforms (TikTok, YouTube, Instagram via Postiz and Upload-Post).
But despite the complexity, the core idea is brilliantly simple and elegant: you provide a YouTube video and a prompt describing what you're looking for, and the workflow automatically finds the exact moment in the video, extracts that segment, and publishes it as a short clip across all your social channels.
No manual editing is required. The workflow automatically extracts and creates clips from long-form content.
The use of an LLM ensures that the exact relevant moment in the video is identified based on meaning, not just keywords.
The workflow doesnβt just create clips β it also publishes them across multiple platforms (TikTok, YouTube, Instagram), saving time and effort.
You can process multiple videos and prompts, making it ideal for:
What normally takes 30β60 minutes of manual editing is reduced to a fully automated flow that runs in minutes.
Each step (transcript, AI analysis, trimming, publishing) is modular, so you can:
Files are automatically stored in:
The workflow checks if the content is found in the transcript and avoids unnecessary processing if not.
This workflow automates the process of creating a short video clip from a YouTube video based on a specific user prompt. It follows these steps:
youtube-transcript.io API to fetch the video's transcript.start_time, end_time, and duration of the matching clip.video_url (from the FTP server) and the timecodes from the AI, the workflow sends a request to a Fal.run workflow utility (trim-video) to process and create the short video clip. It then polls the status endpoint until the processing is completed.upload-post.com and Postiz APIs.To get this workflow running, you need to configure several external API keys and credentials:
youtube-transcript.io and configure it in the "Generate transcript" node's HTTP Header Auth./n3wstorage/test/. Update these paths and credentials to match your server.integrationId and content fields with your specific Instagram account details.upload-post.com and configure it in the "Upload to TikTok" and "Upload to Youtube" nodes. You must also update the title, user, and platform[] parameters (currently placeholders like SET_TITLE and YOUR_USERNAME) with your actual account data.VIDEO ID and PROMPT for testing.π Subscribe to my new YouTube channel. Here Iβll share videos and Shorts with practical tutorials and FREE templates for n8n.
Contact me for consulting and support or add me on Linkedin.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
Showing the first 24 of 35 workflow blocks. Download the JSON for the full node graph.
| Workflow | AI YouTube Shorts Creator π€ποΈ: Prompt-Based Clipping, Dubbing & Social Upload |
|---|---|
| Complexity | advanced |
| Nodes | 35 |
| Categories | Content Creation, Multimodal AI |
| Author | Davide Boizza |
| Published | 20 Mar 2026 |
Use the JSON export at /data/workflows/14191/14191.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
This workflow automates the process of creating short video clips from a YouTube video based on specific content requested by the user . Tis is a complete AI powered video clipping and distribution...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Content Creation, Multimodal AI use case.