MerchantryTidbits

media-processing / cli

FFmpeg

Capability: FFmpeg

Use it when

  • convert, trim, combine, encode, filter, or caption audio and video
  • need a deterministic local media render step behind an agent workflow

What it solves

Not the fit when

  • does not decide edits or generate transcript text by itself

Install

brew install ffmpeg

Invoke

ffmpeg -i input.mp4 -vf subtitles=captions.srt -c:a copy output.mp4

Alternatives

No reviewed alternatives recorded yet.