FFmpeg CLI
Process video and audio using FFmpeg CLI for transcoding, cutting, merging, audio extraction, thumbnails, GIFs, speed, filters, subtitles, and watermarks.
New
Join 0+ developers using this skill
skill
Creative & Media
intermediate
Process video and audio using FFmpeg CLI for transcoding, cutting, merging, audio extraction, thumbnails, GIFs, speed, filters, subtitles, and watermarks.
Real data. Real impact.
Emerging
Developers
Per week
Open source
Skills give you superpowers. Install in 30 seconds.
| Task | Command |
|---|---|
| Cut video | |
| Merge clips | |
| Extract audio | |
| Generate thumbnail | |
| Create GIF | |
| Convert format | |
| Change speed | |
| Add watermark | |
{baseDir}/scripts/cut.sh -i video.mp4 -s 00:01:30 -e 00:02:45 -o clip.mp4
{baseDir}/scripts/merge.sh -o merged.mp4 part1.mp4 part2.mp4 part3.mp4
{baseDir}/scripts/extract-audio.sh -i video.mp4 -o audio.mp3
{baseDir}/scripts/thumb.sh -i video.mp4 -t 00:00:15 -o frame.jpg
{baseDir}/scripts/gif.sh -i video.mp4 -s 00:00:10 -e 00:00:15 -o clip.gif
{baseDir}/scripts/convert.sh -i input.avi -o output.mp4
{baseDir}/scripts/speed.sh -i video.mp4 -r 2.0 -o fast.mp4 # 2x speed {baseDir}/scripts/speed.sh -i video.mp4 -r 0.5 -o slow.mp4 # 0.5x speed
{baseDir}/scripts/watermark.sh -i video.mp4 -w logo.png -o output.mp4
-h or no args to see script usageNo automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions1,500+ AI skills, agents & workflows. Install in 30 seconds. Part of the Torly.ai family.
© 2026 Torly.ai. All rights reserved.