Block 1 - Sticky Note
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
Works on both n8n Cloud and self hosted instances. This template uses the community node, which is installable on n8n Cloud and self hosted setups. Who's it for UGC creators, performance marketers,...
n8n-nodes-base.stickynote, n8n-nodes-base.formtrigger, n8n-nodes-renderio.renderio, n8n-nodes-base.wait, n8n-nodes-base.if, n8n-nodes-base.code, n8n-nodes-base.httprequest, n8n-nodes-base.form
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by RenderIO.
Original n8n.io sourceWorks on both n8n Cloud and self-hosted instances. This template uses the n8n-nodes-renderio community node, which is installable on n8n Cloud and self-hosted setups.
UGC creators, performance marketers, and AI avatar producers who want to harvest the reaction shot from a TikTok and reuse it as the opening hook of new content. The extracted clip is designed to feed straight into Kling motion control or any AI avatar pipeline to mass-produce on-brand UGC reactions, without manually scrubbing through videos to find the cut point.
You paste a TikTok URL into a form. The workflow downloads the video, runs FFmpeg scene detection through RenderIO to find where the opening reaction shot ends and the product or app demo begins, then trims the source at that exact cut point. You get back a clean MP4 of just the reaction hook (typically the first 1 to 6 seconds), ready to drop into your avatar workflow. All video processing runs on cloud-based FFmpeg via RenderIO, so no local rendering is needed.
select='gt(scene,0.3)') that writes timestamps of every detected cut to a scenes.txt file.scenes.txt file, parses all pts_time timestamps with a regex, and picks the first cut that falls in the 1 to 6 second window. If the first cut is too early it uses the next valid one; if no cut is found it falls back to 6 seconds.n8n-nodes-renderio community node installed via Settings > Community Nodesn8n-nodes-renderio community node from Settings > Community Nodes.gt(scene,0.3) threshold in the Download & Detect Scenes FFmpeg command. Lower values like 0.2 catch softer cuts, higher values like 0.4 only catch hard cuts.minS and maxS in the Extract Initial Scene Cut code node (defaults are 1 and 6 seconds).-crf 20 for quality or swap libx264 for libx265.This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Extract TikTok reaction hooks with RenderIO scene detection |
|---|---|
| Complexity | advanced |
| Nodes | 19 |
| Categories | Content Creation, Multimodal AI |
| Author | RenderIO |
| Published | 21 May 2026 |
Use the JSON export at /data/workflows/15883/15883.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Works on both n8n Cloud and self hosted instances. This template uses the community node, which is installable on n8n Cloud and self hosted setups. Who's it for UGC creators, performance marketers,...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Content Creation, Multimodal AI use case.