AI Video Analyzer and Replicator: Deconstruct and Recreate Short-Form Videos
detail.loadingPreview
This n8n workflow reverse-engineers short-form AI videos by analyzing Instagram Reels or TikToks. It uses Apify for scraping and Google Gemini to generate a detailed prompt for AI video models to recreate the video.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow automates the process of deconstructing short-form videos from platforms like Instagram Reels and TikTok. It leverages Apify's scraping capabilities to extract video data and then utilizes Google Gemini's advanced AI to analyze the video's visual and auditory components. The goal is to generate a highly detailed, data-driven prompt that can be fed into AI video generation models (like Google Veo or Sora) to create a near-perfect digital replica of the original video. This workflow solves the problem of manual video analysis and prompt engineering for AI video generation, saving significant time and effort.
Key Features
- Scrapes video URLs from Instagram Reels and TikTok.
- Extracts video content using Apify's AI Scraping tools.
- Employs Google Gemini to perform a forensic analysis of the video.
- Generates a comprehensive 'Generative Manifest' prompt for AI video models.
- Facilitates the creation of exact digital replicas of short-form videos.
How To Use
- Trigger the Workflow: Provide an Instagram Reel or TikTok URL via the initial form trigger.
- Platform Detection: The 'switch_platform' node determines if the URL is from Instagram or TikTok.
- Scrape Video Data: Depending on the platform, either the 'scrape_ig_reel' or 'scrape_tiktok' node fetches the video's raw data.
- Process TikTok Data (if applicable): If the source is TikTok, the 'tiktok_to_base64' node converts the video to a base64 format.
- Analyze Video with Gemini: The 'analyze_tiktok' node sends the video data (or a pointer to it) and a detailed prompt to Google Gemini for forensic analysis.
- Build Final Prompt: The 'build_final_tiktok_prompt' node constructs the comprehensive prompt based on Gemini's analysis.
- Output: The generated prompt can then be used with AI video generation tools.
Apps Used
Workflow JSON
{
"id": "038df522-d188-4981-8c43-b7394da7efea",
"name": "AI Video Analyzer and Replicator: Deconstruct and Recreate Short-Form Videos",
"nodes": 0,
"category": "AI & Machine Learning",
"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: 038df522-d188...
About the Author
DevOps_Master_X
Infrastructure Expert
Specializing in CI/CD pipelines, Docker, and Kubernetes automations.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Visa Requirement Checker
A workflow to check visa requirements based on user input, leveraging Langchain, Cohere embeddings, Weaviate vector store, and Anthropic LLM.
AI Assistant for Structured Metadata Generation
Automates the generation of structured metadata in English and Chinese using AI, leveraging communication platforms and various data sources.
NeurochainAI Basic API Integration for Telegram
Integrates NeurochainAI's text and image generation APIs with a Telegram bot.