auto-editor-effects
Installation
SKILL.md
Actions & animations
Instead of just cutting, give each section an action with --when-active
(-w:1, loud) and --when-inactive (-w:0, silent). Defaults: -w:1 nil
(keep), -w:0 cut. Chain actions with commas; they apply in order.
auto-editor video.mp4 -w:0 speed:8 # fast-forward through silence (pitch preserved)
auto-editor video.mp4 -w:0 speed:3,volume:0.5 # speed up AND halve volume of silent parts
-w:0/-w:1 are the silent (label 0) and active (label 1) classes. You can
define more classes with --edit:N/-e:N and act on them with --when:N/-w:N
(N = 2–255) — see the auto-editor skill's "Labels" section. Every action
below works as the value of any -w:N.