RoboNuggets - Dec 3rd, 2024
Hello everyone! In this guide, I’ll introduce you to an AI automation toolkit that automates the creation and posting of faceless videos to TikTok, YouTube, and Instagram.
This system can generate videos daily without any human intervention, complete with music, animations, and captions, helping you build a following that can be monetized.
Join the RoboNuggets community to get access to this tutorial's blueprints and support.
Index
1. Overview of the Automation Process
2. Setting Up the Ideas Agency
3. Production Agency Automation
4. Creating Images and Videos
5. Stitching Videos Together with JSON2Video
6. Publishing Agency Setup
7. Platform-Specific Posting: YouTube, Instagram, and TikTok
8. Conclusion
Overview of the Automation Process
The automation framework mirrors a professional agency structure but replaces human labor with AI. It is divided into three stages: the Ideas Agency, Production Agency, and Publishing Agency. You act as the CEO, setting up the system once and letting the automation handle the rest.
Setting Up the Ideas Agency
The Ideas Agency begins with ChatGPT generating video prompts. Use a custom prompt template to specify parameters like columns, word count, and content details (e.g., style, keywords). Copy the generated data into a Google Sheets template, which feeds into the automation system. This template includes essential columns for titles, captions, and prompts tailored for the production process.
Production Agency Automation
The Production Agency automates content creation from prompts stored in the Google Sheets. Using Make.com, you can either upload a provided blueprint for quick setup or manually create the workflow. This stage involves generating images, animating them into videos, and compiling clips with music and transitions.
Creating Images and Videos
Images are generated using PyAPI’s Flux tool. Prompts from the Google Sheets are sent to Flux’s text-to-image service, and the output includes URLs to the generated images. These images are passed into Kling, an image-to-video tool, for animation. Prompts specify actions like “glance around and smile” for dynamic video creation. Kling supports customization options such as duration, resolution, and action-specific prompts. Sleep modules ensure adequate processing time between requests.
Stitching Videos Together with JSON2Video
Once individual video clips are generated, they are stitched together using JSON2Video. This tool enables precise control over video composition, transitions, and audio integration. To use JSON2Video:
- Step 1: Visit the JSON2Video website and sign up for an API key. Add a new movie template with a custom resolution (1080x1920 for vertical videos).
- Step 2: Add elements to your template, such as videos and audio. Upload generated video clips from the animation phase and configure their positioning (center-center) and size (1080x1920). Set fade-in and fade-out transitions for seamless visuals.
- Step 3: Add background music generated by tools like Suno. Limit its duration to match the video length (e.g., 15 seconds). Preview and save your template for integration with Make.com.
- Step 4: Use JSON commands to dynamically link video URLs from Google Sheets to the JSON2Video template. Replace placeholders in the template with mapped fields for video A, video B, and video C.
- Step 5: Set up a "Wait for Movie to Render" module in Make.com to monitor processing. Upon completion, a final video URL is generated. Use a "Get File" module to download the completed video to your local system or cloud storage.
Publishing Agency Setup
The Publishing Agency schedules videos for posting. Separate this automation from the production workflow for better control and quality assurance. Begin by filtering completed videos in Google Sheets with a “to-do” publishing status. Dropbox modules retrieve video files for upload, while Create/Update Share Link modules generate URLs for API integrations.
Platform-Specific Posting: YouTube, Instagram, and TikTok
- YouTube: Use the "Upload a Video" module to map video URLs, titles, captions, and metadata from Google Sheets. Set privacy status and category options appropriately.
- Instagram: Leverage the "Reel Post" module to upload videos with captions and hashtags, optionally sharing to the feed.
- TikTok: Employ Airshare's API for uploads. Configure request headers and body content, mapping video URLs and captions dynamically.
Conclusion
This AI automation toolkit streamlines the creation and posting of engaging faceless videos. By combining tools like Make.com, JSON2Video, and Airshare, you can automate the entire workflow, saving time and effort.
Explore the RoboNuggets community resources for templates and blueprints to get started today!
Published on December 3rd, 2024