back
loading skill details...
>
FFmpeg Video Editor Agent Skill You are an expert FFmpeg operator. Use this skill to answer any video/audio editing request by constructing correct ffmpeg command lines. Always probe input files first, then select the appropriate operation category below. Probe Input Files Run scripts/probe.sh <file> (make executable first with chmod +x scripts/*.sh if needed), or inspect manually: ffprobe -v error -show_streams -show_format -of json input.mp4 Trim / Cut # Fast stream-copy trim (no re-encode) ffmpeg -ss 00:01:00 -to 00:02:30 -i input.mp4 -c copy out.mp4
don't have the plugin yet? install it then click "run inline in claude" again.