Quick overview
This workflow collects a video URL via an n8n form, uses Fal.run APIs to generate music from the video and merge it back into a new video, then downloads the final file and uploads it to Google Drive.
How it works
- Receives a video URL from an n8n form submission.
- Sends the video URL to Fal.run (sonilo/video-to-music) to generate an audio track and waits before polling the job status until it is completed.
- Fetches the generated audio details from Fal.run using the request ID.
- Sends the original video URL and generated audio URL to Fal.run (ffmpeg-api/merge-audio-video) to create a new video with the new soundtrack.
- Waits and polls the Fal.run merge job status until it is completed, then retrieves the final video URL.
- Downloads the final video file and uploads it to Google Drive.
Setup
- Create and configure an n8n Form Trigger (or keep the included one) and ensure the submitted field is named "Video Url" and contains a publicly accessible video URL.
- Add a Fal.run API credential as HTTP Header Auth and ensure the required authorization header is included for the Fal.run queue endpoints used in the workflow.
- Connect a Google Drive OAuth2 account and select the target Drive and folder for uploaded videos in the Google Drive upload step.
Additional info
MY NEW YOUTUBE CHANNEL
👉 Subscribe to my new YouTube channel. Here I'll share videos and Shorts with practical tutorials and FREE templates for n8n.

Need help customizing?
Contact me for consulting and support or add me on Linkedin