← ToolsAUDIO

AUDIO

Audio Clipping

Long-form YouTube → Inkling picks moments → ffmpeg cuts clips. Use the CLI on your machine (needs yt-dlp, ffmpeg, Together key).

Browser Run is not live on this host yet (Vercel has no yt-dlp/ffmpeg). Build a command below, then run it locally.

Local command

pnpm inkling:clips -- 'https://www.youtube.com/watch?v=VIDEO_ID' --best 3

Setup

  1. Install: brew install yt-dlp ffmpeg
  2. export TOGETHER_API_KEY="…" (from together.ai)
  3. From the aileena-new/ repo folder, paste the command

Inkling on Together is paid (~$1 / $4.05 per 1M input / output tokens). Start with a short video + --dry-run.

← Home