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; }