The Recap AI - Bigfoot Video Generator
detail.loadingPreview
Automates the creation of YouTube videos featuring a character named 'Sam the Bigfoot' by generating scripts, scenes, and final video output.
About This Workflow
This n8n workflow automates the creation of YouTube videos featuring a friendly and curious Bigfoot character named Sam. It starts by taking a high-level video idea, generating detailed scene scripts using AI, sending them for human approval via Slack, and then using an AI video generation service (Fal.run) to produce the final video. The generated videos are then uploaded to Google Drive and a completion message is sent via Slack.
Key Features
- AI-Powered Scriptwriting: Leverages Langchain and Claude to generate detailed video scripts based on user input.
- Structured Scene Generation: Breaks down the script into individual scenes with specific directorial instructions, character actions, and technical specifications.
- Human Approval Workflow: Integrates with Slack to send generated scripts for review and approval before video generation.
- Automated Video Production: Utilizes Fal.run's VEO3 service to generate video clips based on AI-generated prompts.
- Cloud Storage Integration: Uploads the final generated videos to Google Drive.
- Notification System: Keeps users informed of the process completion via Slack.
How To Use
- Trigger Workflow: Start the workflow by submitting a "Bigfoot Video Idea" through the
form_triggernode. - Script Generation: The
narrative_writerandscene_directornodes will generate detailed scripts and scene outlines based on your idea, adhering to the defined character and style guides. - Scene Splitting: The generated scenes are split into individual prompts using
split_scenesandsplit_scene_prompts. - Human Approval: The aggregated scene prompts are sent to a designated Slack channel (
ai-tools-content) for review and approval using thesend_and_waitnode. - Video Generation: Once approved, the workflow proceeds to generate video clips for each scene using the
queue_create_videonode (Fal.run). - Status Polling: The
waitandfetch_statusnodes monitor the video generation progress. - Result Retrieval & Upload: Upon completion, the video results are fetched (
fetch_result), downloaded (download_result_video), and uploaded to Google Drive (upload_video). - Completion Notification: A final message is sent to Slack (
send_completion_msg) with a link to the generated video in Google Drive.
Apps Used
Workflow JSON
{
"id": "d2eaa96e-2ee1-4d25-8ace-428238ed11b1",
"name": "The Recap AI - Bigfoot Video Generator",
"nodes": 12,
"category": "Content Generation",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: d2eaa96e-2ee1...
About the Author
DevOps_Master_X
Infrastructure Expert
Specializing in CI/CD pipelines, Docker, and Kubernetes automations.
Statistics
Related Workflows
Discover more workflows you might like
Automated News-to-Blog Post Generation with Multilingual Metadata
This workflow automates the creation of SEO-optimized blog posts from news articles, including title, slug, and meta descriptions, with potential for multilingual content generation.
Perplexity Research to HTML Web Page Generator
This workflow takes a research topic, generates structured content using AI, and converts it into a responsive HTML web page styled with Tailwind CSS.
AI Content Generation and Multilingual Metadata for WordPress and Social Media
This workflow generates blog content, creates a featured image, and publishes it to WordPress, while also distributing it to social media platforms with multilingual metadata.