Please Help me to create My First workflow

I’m building a workflow in n8n that automates my video post-production process. The workflow starts when I upload a video to a specific folder in my Google Drive. Once the video is detected, n8n downloads it and sends it to a service that uses FFmpeg to split the video into two parts: the raw video without audio, and the original audio track. The video then goes into editing software if needed, while the audio is separately sent to Adobe’s AI Voice Enhancer to improve clarity and quality. After the enhanced audio is ready, it’s reattached to the original video using the FFmpeg service. Optionally, I also want to add background music at this stage. Once everything is combined, the final video is exported using the same name as the original uploaded file and saved back into a Google Drive folder. The main goal is to automate the audio enhancement and reattachment process for better sounding videos without manual editing. please help me with it , i’m stuck

Hi @Anmol_Patel , can you explain a bit more where you’re stuck ?

sorry for delay bro in reply


this is myworkflow can please give me suggestion how can i build i’m completely Bignner

Ehy @Anmol_Patel,

It would be advisable to proceed step by step. That’s my initial suggestion.

From what I understood after downloading the file, you will have a division of the workflow into two branches: one audio and one video.

The suggestion is to start completing step-by-step one of the two branches up to the node where it should rejoin the other branch.

In this way we break down the “problem” into smaller, more manageable problems and can support you better for sure.

Where would you like to proceed from?