Loading...
Loading...
Command-line interface for Kdenlive - A stateful command-line interface for video editing, following the same patterns as the Blender CLI ...
npx skill4agent add hkuds/cli-anything cli-anything-kdenlivepip install cli-anything-kdenlive# Show help
cli-anything-kdenlive --help
# Start interactive REPL mode
cli-anything-kdenlive
# Create a new project
cli-anything-kdenlive project new -o project.json
# Run with JSON output (for agent consumption)
cli-anything-kdenlive --json project info -p project.jsoncli-anything-kdenlive
# Enter commands interactively with tab-completion and history| Command | Description |
|---|---|
| Create a new project |
| Open an existing project |
| Save the current project |
| Show project information |
| List available video profiles |
| Print raw project JSON |
| Command | Description |
|---|---|
| Import a clip into the media bin |
| Remove a clip from the bin |
| List all clips in the bin |
| Get detailed clip info |
| Command | Description |
|---|---|
| Add a track to the timeline |
| Remove a track |
| Add a clip to a track |
| Remove a clip from a track |
| Trim a clip's in/out points |
| Split a clip at a time offset |
| Move a clip to a new position |
| List all tracks |
| Command | Description |
|---|---|
| Add a filter to a clip |
| Remove a filter from a clip |
| Set a filter parameter |
| List filters on a clip |
| List all available filters |
| Command | Description |
|---|---|
| Add a transition between tracks |
| Remove a transition |
| Set a transition parameter |
| List all transitions |
| Command | Description |
|---|---|
| Add a guide at a position (seconds) |
| Remove a guide |
| List all guides |
| Command | Description |
|---|---|
| Generate Kdenlive/MLT XML |
| List available render presets |
| Command | Description |
|---|---|
| Show session status |
| Undo the last operation |
| Redo the last undone operation |
| Show undo history |
cli-anything-kdenlive project new -o myproject.json
# Or with JSON output for programmatic use
cli-anything-kdenlive --json project new -o myproject.jsoncli-anything-kdenlive
# Enter commands interactively
# Use 'help' to see available commands
# Use 'undo' and 'redo' for history navigationcli-anything-kdenlive --project myproject.json export render output.pdf --overwrite--json# Human output
cli-anything-kdenlive project info -p project.json
# JSON output for agents
cli-anything-kdenlive --json project info -p project.json--json