
Closed
Posted
Paid on delivery
I’m building an end-to-end YouTube pipeline inside n8n. The flow must automatically create a finished video and then publish it to my channel without further input from me. Here’s how I picture the sequence: - workflow should find out trending topics related to sports from internet - identifies top 5 topics and creates a video script • Pass those assets through an editing sub-workflow—transitions, subtitles, watermarking, music bed, colour tweaks, aspect-ratio changes—handled via FFmpeg, OpenAI, or any other processors you prefer, as long as everything stays inside n8n. • Apply dynamic metadata: title, description, tags and thumbnail generated or fetched from my data source. • Authenticate with the YouTube Data API and push the video live, setting visibility, playlist, age restrictions or scheduled publish date as variables I can tweak in a single place. • Return a success / failure callback into Slack or email so I always know what happened. Acceptance criteria 1. Workflow is delivered as an importable JSON file and a short README explaining node credentials and environment variables. 2. Video arrives on YouTube fully processed, with metadata correctly mapped from my test data. 3. Editing step proves “advanced” capability (at least two visual effects plus automated audio-normalisation or text overlay). 4. All API keys and secrets are referenced through environment variables only—no hard-coding. If you’ve already connected n8n to YouTube before, or have a clever way to streamline the steps, let me know; I’m happy to adapt the sources and triggers to your approach so long as the result stays one-click simple to run.
Project ID: 40333382
102 proposals
Remote project
Active 23 secs ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
102 freelancers are bidding on average $518 USD for this job

Hi aanagpal, Just last week I completed a similar task successfully, so I can get started on this without any ramp-up time. Questions: 1) Which sources should define “trending sports topics”—YouTube mostPopular (category=17) + Google Trends/Reddit API, or a single preferred feed—and what region/language filters apply? 2) For video assembly, do you want AI voiceover with B‑roll (e.g., Pexels) or kinetic text only, and what are target length and aspect/resolution (default 1080p 16:9)? Suggestions: 1) Use YouTube Data API resumable uploads with exponential backoff and idempotency to handle large files and retries safely. 2) Ship a lightweight n8n Docker image that bundles FFmpeg, fonts, LUTs, and config; all secrets via env vars for reproducible, one‑click runs. Action Plan: - Phase 1: Define Config node (privacy, playlist, age flag, schedule) + env var map; set Slack/email. - Phase 2: Topic miner (HTTP nodes), ranker, 24h cache; script via OpenAI; select top 5. - Phase 3: Assets: optional TTS, fetch B‑roll/graphics, auto thumbnail generation. - Phase 4: Edit sub‑workflow (FFmpeg): crossfades + zoom/pan, watermark, color tweak/LUT, subtitles burn‑in, audio loudnorm, aspect conversions. - Phase 5: Metadata (SEO title/desc/tags), OAuth2 upload, set visibility/playlist/schedule. - Phase 6: Robust error paths, Slack/email callbacks; deliver importable JSON + README. Best Regards, Sid
$750 USD in 5 days
8.3
8.3

⭐⭐⭐⭐⭐ Build Your Automated YouTube Video Pipeline with n8n ❇️ Hi My Friend, I hope you are doing well. I've reviewed your project needs and see you are looking for an automated YouTube video pipeline. You don't need to look any further; Zohaib is here to help you! My team has successfully completed 50+ similar projects for video automation. I will create a workflow that finds trending sports topics, generates scripts, edits videos, and publishes them to your channel—all automatically. ➡️ Why Me? I can easily build your automated YouTube pipeline as I have 5 years of experience in video automation, API integration, and workflow design. My expertise includes using n8n, FFmpeg, and OpenAI for video processing. Additionally, I have a strong grip on other relevant technologies, ensuring a smooth and efficient setup for your project. ➡️ Let's have a quick chat to discuss your project details further, and I’ll share samples of my previous work. Looking forward to chatting with you! ➡️ Skills & Experience: ✅ n8n Workflow Automation ✅ YouTube Data API ✅ Video Editing with FFmpeg ✅ Scripting & Automation ✅ API Integration ✅ Data Handling ✅ Dynamic Metadata Management ✅ Error Handling ✅ Video Processing ✅ Cloud Services ✅ Sports Topic Research ✅ JSON File Management Waiting for your response! Best Regards, Zohaib
$350 USD in 2 days
8.1
8.1

Hello, As a team, our broad range of skills is perfectly aligned with your project's requirements. Our extensive knowledge in Python and Web Scraping, coupled with our familiarity with n8n, makes us uniquely qualified to automate your YouTube pipeline. Our comprehensive understanding of the YouTube Data API will ensure seamless authentication and publishing processes, tailored to your preferences - whether it be visibility, playlists or age restrictions. Our proficiency with JavaScript and PHP complements our n8n proficiency as we can deliver your workflow as an importable JSON file. Meticulous about security, we strictly adhere to best practices as such, you can trust that all credentials and environment variables will be used; we never hard code. One aspect of this project we are particularly excited about is the editing step. We pride ourselves in pushing boundaries and love coming up with solutions that go beyond a basic requirement. Thus, we would deliver at least two visually stunning effects in addition to automated audio-normalisation or text overlay. At Live Experts LLC it is all about excellent delivery. So entrusting us with your YouTube pipeline means owning a highly optimized solution for the creation and publishing of videos while you remain actively informed about its progress at all times! I look forward to working with you on this exhilarating project! Thanks!
$750 USD in 4 days
7.7
7.7

Hello, I understand you want to build a smooth, end-to-end YouTube automation in n8n that picks trending sports topics, creates video scripts, and fully edits videos before uploading them automatically. I'll set up a workflow that does all those steps: finds trending topics, selects top 5, makes scripts, handles advanced video editing like transitions and text overlays via tools like FFmpeg, and manages metadata dynamically. The final videos will be pushed to YouTube using the Data API with options to control publishing settings. Plus, I'll ensure a callback notifies you of success or failure through Slack or email. Everything will be contained in a neat, importable JSON file with environment variables for all keys to keep things secure. My approach is straightforward: organize each step within n8n nodes, use external APIs as needed, and focus on clear variable control so you can tweak anytime. I'll make sure the editing is truly advanced as you described, and the whole pipeline is one-click ready. Can you share the specifics of your data source for metadata and if you have preferred tools for video editing effects within n8n? Thanks,
$750 USD in 29 days
7.1
7.1

Hi I can build this as a fully automated n8n pipeline that discovers trending sports topics, selects the top candidates, generates the script, assembles the video, and publishes it to YouTube with no manual steps. The main technical challenge is keeping the workflow reliable across multiple moving parts—topic discovery, AI content generation, FFmpeg processing, metadata mapping, and YouTube API publishing—without fragile handoffs or broken retries. I would solve that by designing modular n8n sub-workflows with clean input/output contracts, environment-based secrets, and strong error handling for every stage. I have experience with n8n automation, REST APIs, OAuth, OpenAI integration, FFmpeg-based media processing, and webhook or notification flows such as Slack and email callbacks. The editing layer can support advanced effects like subtitles, watermarking, text overlays, transitions, audio normalization, and aspect-ratio conversion while keeping everything orchestrated inside n8n. I would also centralize variables like visibility, playlist, schedule date, tags, and age settings so the workflow stays one-click simple to run and easy to maintain. The final delivery can include the importable n8n JSON, documented credentials and environment variables, and a clean structure that is easy to extend with new sources or publishing rules later. Thanks, Hercules
$500 USD in 7 days
7.0
7.0

Given my 8+ years of experience in software development and automation, I am well-equipped to build your end-to-end YouTube pipeline inside n8n. My expertise in Python will prove immensely valuable in automating tasks, and I can assure you that your workflow will operate 24/7 seamlessly. Lets connect
$300 USD in 3 days
6.5
6.5

I'm Iosif Peterfi, 15+ years helping teams turn ambitious ideas into reliable, end-to-end outcomes. This is my speciality: turning complex media workflows into repeatable automation inside a single platform, with clear guardrails, secure handling, and one-click publishing. You're building an autonomous YouTube pipeline in n8n that finds trending sports topics, selects the top five, creates a script, runs an editing sub-workflow (transitions, subtitles, watermark, music bed, color tweaks, aspect changes), applies dynamic metadata, publishes via YouTube Data API, and notifies you of success or failure. You also want an importable JSON workflow plus a README for credentials and env vars, with all keys sourced from environment variables and a simple, repeatable run. I'll deliver a fully tested importable workflow plus a concise, actionable README. The editing chain will prove advanced capability with at least two visual effects and automatic audio normalization or text overlay, all running inside n8n. You'll get a publish step configurable by a single set of variables for visibility, playlist, age restrictions, or scheduled date, and the callback to Slack or email. Last quarter I helped a media client automate a video pipeline for fast sports content; publishing reliability improved by 40% and metadata accuracy rose. Let's chat - I can walk you through my approach in 15 minutes.
$2,250 USD in 14 days
6.7
6.7

Hi, I’ve built end-to-end n8n content pipelines (AI generation → media processing → publishing), including YouTube automation with FFmpeg and API integrations. What I’ll deliver: Trending discovery: Pull sports trends via APIs (Google Trends/news scraping) → rank top 5 Script generation: Structured prompts (OpenAI) → clean, ready-to-narrate scripts Video creation pipeline: Voiceover (TTS) FFmpeg-based editing (transitions, subtitles, watermark, aspect ratio) Audio normalization + background music layering Metadata automation: AI-generated title, description, tags + thumbnail YouTube publishing: Full API integration (OAuth, scheduling, visibility controls) Notifications: Slack/email success/failure callbacks Deliverables: Importable n8n JSON workflow Clean README (env vars, credentials, setup) Fully automated, one-click execution I’ll ensure it’s robust, modular, and truly hands-off. Ready to start immediately. With Regards! Abhi
$750 USD in 7 days
6.7
6.7

Hi there, I’ve carefully reviewed your project and understand you need a fully autonomous n8n workflow that discovers trending sports topics, generates videos, and publishes them to YouTube end-to-end with zero manual input. My approach begins with building a modular workflow in n8n that pulls trending sports topics via APIs or scraping, ranks the top 5, and generates structured scripts using OpenAI. Each script will then feed into a media pipeline for asset generation. Next, I will design an editing sub-workflow using FFmpeg for transitions, subtitles, overlays, watermarking, and audio normalization. This will include at least two visual enhancements plus automated text overlays to meet your “advanced” editing requirement, all orchestrated داخل n8n. I will then integrate dynamic metadata generation including titles, descriptions, tags, and thumbnails, followed by secure upload via YouTube Data API with configurable variables for visibility, scheduling, and playlists. All credentials will be handled via environment variables only. Finally, I will implement a callback system to Slack or email for success or failure notifications, and deliver a clean JSON workflow with a clear README for setup. Would you like the system to also track video performance and adapt future topic selection based on engagement? Let’s build a one-click pipeline that consistently produces and publishes content at scale. Warm regards, Aneesa.
$250 USD in 1 day
6.4
6.4

Warm Hello! I specialise in building fully automated video pipelines in n8n, turning trending topics into ready-to-publish YouTube content with 9+ years of experience. Here's how I can help: Detect trending sports topics, generate top 5 ideas, and create polished scripts via OpenAI Automate video editing inside n8n: transitions, subtitles, watermark, music, colour adjustments, aspect ratio changes using FFmpeg or AI processors Generate dynamic metadata: title, description, tags, thumbnail; integrate with your data source Authenticate & publish via YouTube Data API with customizable visibility, playlists, age restrictions, and schedule Send success/failure notifications to Slack or email Workflow delivered as importable JSON with environment-variable-only credentials and a short README. I focus on advanced editing (visual effects + auto audio normalization/text overlay) while keeping it one-click simple. Do you have preferred sources for trending sports topics, or should I handle web scraping and APIs inside the workflow?
$500 USD in 7 days
6.1
6.1

Hi there, regarding your YouTube pipeline project, a key challenge lies in managing the seamless integration of dynamic metadata and video assets through n8n while ensuring API call efficiency. I specialize in creating workflows that deliver high-speed processing and ensure metadata is synced perfectly with each upload. In a past project, I successfully automated a video publishing system that improved upload times by 40% by optimizing API interactions and script executions. I offer 30 days of post-deployment support for bug fixes. How are you currently sourcing and updating your metadata dynamically within n8n? Let's discuss your requirements further.
$550 USD in 14 days
6.0
6.0

This YouTube automation pipeline in n8n can be built to run smoothly end-to-end by chaining each step logically and modularly inside n8n’s environment. In a similar project, I set up an automated social media content creator that gathered trending topics, generated scripts, processed media through FFmpeg, then pushed final videos to platforms with metadata applied dynamically. The key was holding all processing within the workflow, avoiding external manual steps. For your task, I’ll start by integrating a trending topics API or custom web scraper focused on sports to pick top keywords. Then I’ll invoke OpenAI or a similar model via n8n nodes to produce concise scripts. For editing, I’ll use FFmpeg nodes scripted for transitions, subtitles, watermarking, plus audio normalization and text overlay to meet your “advanced” effects criteria. Next, the metadata will be dynamically pulled from your data source and mapped in n8n, then the YouTube Data API node will publish the video with all parameters customizable via environment variables for credentials and publish settings. A Slack or email node will confirm success or failure. Will you be providing API keys for trending topic sources or prefer I suggest reliable free options? Also, do you want the option to manually review or edit scripts before video generation, or should this remain fully automated? I can deliver the complete workflow JSON plus a concise README so you can deploy and adjust with ease. Ready to start building this one-click pipeline right away.
$500 USD in 7 days
6.0
6.0

Hi there, I’ve reviewed your vision and understand you want a fully automated n8n pipeline that goes from identifying trending sports topics all the way to publishing a finished, optimized YouTube video without manual input. The key here is chaining multiple intelligent steps into one reliable flow while keeping everything fast, modular, and easy to control from a single place. I can design this as a structured multi-stage n8n workflow where trending topics are fetched via APIs, filtered to top signals, then passed into an LLM to generate scripts. From there, an FFmpeg-based sub-workflow will handle video assembly with transitions, subtitles, watermarking, audio normalization, and formatting. Metadata including title, description, tags, and thumbnail will be dynamically generated and mapped before pushing to YouTube via the Data API with configurable publishing options. I’ll also integrate Slack or email callbacks, enforce environment-based credentials, and add retries and logging to ensure the pipeline runs reliably end to end. You’ll receive a clean importable JSON workflow, documented setup with environment variables, and a tested pipeline that publishes fully processed videos. I’ve built similar automation systems and can streamline this into a one-click execution. Let’s connect so we can finalize your preferred sources and triggers. Best regards, Muhammad Adil Portfolio: https://www.freelancer.com/u/webmasters486
$650 USD in 10 days
5.7
5.7

Hi, I can build your complete end-to-end YouTube automation pipeline inside n8n and deliver the fully functional workflow in just 1 day. I will design a robust JSON workflow that automatically fetches trending sports topics, generates scripts via AI, and processes the video assets using FFmpeg nodes for advanced editing (including transitions, subtitles, watermarking, and audio normalization) entirely within n8n. The system will handle dynamic metadata generation for titles, descriptions, and thumbnails, then authenticate with the YouTube Data API to publish the video with your specific visibility and scheduling settings. I’ll ensure all credentials are secured via environment variables and set up immediate Slack or email callbacks for success/failure notifications. You’ll receive the importable JSON file and a clear README so you can run this one-click solution immediately. I have extensive experience connecting n8n to YouTube and optimizing media processing nodes for speed and reliability. I also offer FREE post-delivery support to monitor the first automated upload, tweak the FFmpeg parameters for better quality, and adjust the topic selection logic based on your feedback. Let's discuss the project in more details.
$350 USD in 1 day
5.8
5.8

Hello! Building a fully autonomous YouTube pipeline requires more than just connecting nodes—it requires memory management and robust error handling. With 14+ years on Freelancer.com (143+ reviews), I have the deep technical background to build this "one-click" sports automation for you. My Proposed Solution: Trend Engine: Scraping/API fetching (Google Trends/News API) + OpenAI (GPT-4o) for script synthesis. Advanced Editing: I will implement FFmpeg nodes (or Cloudinary/Shotstack for high-speed rendering) to handle dynamic subtitles, transitions, and audio-normalization. Asset Management: Automated thumbnail generation (DALL-E 3) with text overlays. YouTube Data API v3: Secure OAuth2.0 integration for metadata mapping (Tags, Playlists, Privacy). Status Loop: Comprehensive Slack/Email callback for every stage (Script -> Edit -> Upload). Technical Delivery: Clean JSON: Modular workflow (Main flow + Editing sub-workflow). Security: 100% environment-variable driven. No hard-coding. README: Clear setup guide for FFmpeg and API credentials. Experience: I have built similar "Faceless Channel" automations and handled complex binary data processing within self-hosted n8n instances. I am ready to discuss your preferred video rendering engine (Local FFmpeg vs Cloud API) to ensure maximum speed and quality. Best regards, ProfSoftStudio
$1,030 USD in 7 days
6.0
6.0

hi, i have reviewed the details of your project. i can build your full n8n youtube pipeline to fetch trending sports topics, generate scripts, edit videos with ffmpeg/openai, apply dynamic metadata, and publish automatically. workflow will return success/failure to slack or email, use environment variables for all api keys, and include an importable json with readme explaining credentials and setup. advanced editing effects and audio/text overlays included. Let's have a detailed discussion, as it will help me give you a complete plan, including a timeline and estimated budget. I will share my portfolio in the chat. mughiraa
$500 USD in 7 days
5.5
5.5

Hi, I would love to help. I have reviewed your project and noticed that it is very similar to a task I completed two months ago. I am a skilled freelancer with 6+ years of experience in PHP, Python, Web Scraping and I can deliver the results as quickly as possible. Feel free to visit my profile to check latest work and feedback from clients. Let us make this great together, please connect in chat. Talk soon.
$750 USD in 7 days
5.3
5.3

Hello, I understand you are looking to automate your YouTube content creation and publishing process using n8n. The goal is to streamline the workflow from script creation to video upload, ensuring efficiency and accuracy in delivering engaging content to your audience. By automating the identification of trending sports topics, script creation, editing, metadata application, and YouTube API integration, you aim to simplify the content creation process and improve overall video quality. My experience in developing end-to-end automation workflows aligns well with the requirements of this project. While I have not specifically connected n8n to YouTube before, I have extensive experience in integrating various platforms and tools to achieve seamless automation and efficient processes. I am confident in my ability to adapt to your specific needs and deliver a solution that meets your expectations. I am ready to start working on this project immediately and would welcome the opportunity to discuss the scope, timeline, and any additional details to ensure a successful outcome. Best regards, Justin
$500 USD in 7 days
5.3
5.3

Hi there, Hard-coding video assets into a linear workflow often leads to API timeouts or ffmpeg rendering crashes that break the entire YouTube pipeline mid-upload. I will architect a modular n8n system using error-handling sub-workflows and headless FFmpeg processing to ensure your sports trending content transitions seamlessly from script to a fully optimized, published video. Here are my questions: Are you planning to host the FFmpeg processing on the same server as your n8n instance or through a dedicated cloud worker, and do you have a preferred AI model for the dynamic thumbnail generation? Let’s discuss your project now!
$550 USD in 15 days
5.3
5.3

Hi, I’ve built fully automated content pipelines in n8n and can deliver a one-click YouTube workflow that handles everything from trending topic discovery to publishing with zero manual effort. I’ll integrate sports trend sourcing (APIs/scraping), generate top 5 topics, create scripts via AI, and pass them through an advanced FFmpeg-based editing pipeline (transitions, subtitles, watermark, music bed + audio normalization, color tweaks, aspect ratio). Metadata (title, description, tags, thumbnail) will be dynamically generated and mapped cleanly. I’ll securely connect the YouTube Data API using environment variables only, with configurable publish settings (visibility, schedule, playlist). You’ll also get Slack/email callbacks for success/failure. Delivered as importable n8n JSON + clear README for setup. I ensure high professionalism, scalability, and clean architecture. Would you like trend sources via APIs or scraping?
$300 USD in 2 days
5.4
5.4

Chicago, United States
Member since May 7, 2020
$10-30 USD
₹1500-12500 INR
$10-11 USD
₹600-1500 INR
$30-250 USD
$750-1500 USD
₹12500-37500 INR
₹600-1500 INR
$2-8 CAD / hour
$30-250 USD
₹600-885 INR
$30-250 NZD
₹600-1500 INR
$10-30 CAD
$10-30 USD
$250-750 CAD
£10-20 GBP
$250-750 AUD
₹1500-12500 INR
₹1500-12500 INR
₹37500-75000 INR