Hi everyone,
I’ve been trying to build a simple automation pipeline using n8n alongside capcut windows. Right now my setup is roughly:
- n8n watches a folder / cloud storage for new media
- It renames files, organizes assets, and sends me a notification
- I manually import everything into CapCut for editing
- After export, I upload the final video back to storage (sometimes triggering another n8n flow)
It works, but it still feels a bit disconnected. The biggest gap is the “handoff” between n8n and CapCut—especially around:
- Keeping metadata (captions, filenames, structure) consistent
- Reducing manual steps when moving assets into CapCut
- Automating post-export actions more cleanly
I know CapCut doesn’t really expose an API, so I’m assuming full automation isn’t possible—but I’m curious how others are handling this kind of hybrid workflow.
Is anyone here using n8n for similar video pipelines? Any tips for making the pre/post processing smoother or less manual?
Thanks!