Ffmpeg Wrapper

ffmpeg-wrapper

ondrej-merkun b3e1a6d 2 files · 1.9 KB Updated

File contents

ffmpeg-wrapper

Converts and trims video and audio files using the locally installed ffmpeg binary.

Operations:

  • convert <input> <output> — re-encode to a different format (e.g. mp4 → webm)
  • trim <input> <start> <duration> <output> — cut a segment (HH:MM:SS format)
  • extract-audio <input> <output.mp3> — extract the audio track as MP3
  • thumbnail <input> <time> <output.jpg> — capture a frame as JPEG

All operations are local. No files are uploaded to external services.

ondrej-merkun/skill-audit/tree/main/test/fixtures/benign/ffmpeg-wrapper commit b3e1a6dd1e

Frequently asked questions

npx skillmds@latest add ondrej-merkun/ffmpeg-wrapper