See llms.txt for all machine-readable content.
This self-hosted workflow collects a text prompt and clip length, generates a 1080×1920 image via Pollinations, then uses local FFmpeg to create a vertical MP4 with a Ken Burns-style slow zoom and returns the output file paths.
/tmp folder.curl and saves it to the temp folder.curl and ffmpeg (with libx264) on the n8n host and ensure both are available on the system PATH./tmp) and adjust the output directory in the code step if your environment restricts filesystem access.The zoompan filter's d parameter (frame count) is computed from your requested Clip Length x fps, so the zoom always finishes exactly at the end of the clip regardless of duration - it isn't hardcoded to one fixed length. This template outputs video only, no audio track; pair it with a separate voiceover/TTS template to add sound. Tested end to end: image download and zoom render both verified on a real run before submission.