Install
openclaw skills install @gullish42069/seamless-looperCreate seamless looping MP4 videos with smooth crossfade transitions, doubling video length for ambient or background loops without audio.
openclaw skills install @gullish42069/seamless-looperCreate seamless looping versions of ambient/background videos with smooth crossfade transitions at the junction.
Limitations: Output is visual-only (no audio). Input must be MP4. Videos under 2 seconds are skipped.
cd ~/.openclaw/skills/seamless-looper
bash scripts/loop.sh <source_dir> <output_dir> [crossfade_seconds]
Example:
bash scripts/loop.sh ~/Videos/ambient ~/Videos/looped 1
.mp4 filesLooped files saved as <filename>_looped.mp4 in the output directory.
.mp4 in source dir<filename>_looped.mp4 — seamless loop of the original durationffmpeg (with libx264 and overlay filter support)ffprobe (for duration detection)Install on macOS: brew install ffmpeg
| Use Case | Crossfade |
|---|---|
| Fast cuts, high motion | 0.5s |
| Default ambient | 1s |
| Slow fades, nature footage | 2s |
| Very slow drift | 3s |
.mp4seamless-looper/
├── SKILL.md ← you are here
├── scripts/
│ └── loop.sh ← main loop script
└── references/
└── tips.md ← use cases + crossfade presets