mlt-render

Installation
SKILL.md

MLT Render

Headless render of an MLT-format timeline (Kdenlive's native format) using the melt CLI.

Procedure

1. Verify melt

command -v melt >/dev/null || { echo "melt not installed. Try: sudo apt install melt  (or sudo apt install mlt-tools on some distros)"; exit 1; }

2. Resolve inputs

Installs
4
GitHub Stars
4
First Seen
Jun 5, 2026
mlt-render — danielrosehill/claude-video-editor-plugin