Replace CapCut?

KINDA · weekend project
catalog price reference $19.99/mocategory 🎬 audio & videoreported replacement votes 0

A captioner/trimmer/exporter is buildable, but CapCut's value is mobile editing polish, effects/templates, asset library, TikTok workflow, and real-time rendering.

the prompt
Build me a video captioning and clipping tool to replace CapCut Pro.
Requirements:

- A CLI: Python + ffmpeg + faster-whisper. clip input.mp4 transcribes and
  burns captions; --cut 0:12-0:58 trims first; a folder as input batches
  every video in it.
- Captions from word-level timestamps, grouped 3-5 words per line, rendered
  as ASS subtitles: bold font, white fill, black outline, centered in the
  lower third, burned in with ffmpeg.
- style.json controls the look in one place: font, size, colors, margin.
- Aspect exports: --format 9x16 (blur-pad or center-crop, chosen by flag),
  1x1, and 16x9, with bitrate defaults sane for phone playback.
- --srt writes the plain subtitle file next to the video so I can fix
  typos, then --from-srt re-burns without re-transcribing.
- Output is <name>-<format>.mp4 beside the input; never overwrite a source
  file.
- Fully local and offline after the model download: no accounts, no uploads,
  no telemetry. Use the GPU when present, CPU still works.
- Out of scope: a timeline editor, effects and templates, and a music
  library; CapCut's editor polish is the product. This is for talking-head
  clips.
- README: installing ffmpeg and choosing a whisper model size.

$ open in your agent (prompt prefilled, you press enter) or copy it raw · this prompt is generated from the build plan · improve it via PR

why people still pay

They pay because short-form editing is fast on a phone and full of reusable trends/effects.

what you lose

xmobile app quality

xeffects/templates

xasset library

xtimeline editor

xplatform integrations

xrendering performance

prior art to inspect before buildingShotcutOpen-source video editor; powerful prior art but not mobile/template-first like CapCut.
reported replacements · 0share on X ↗"CapCut replacement research and build prompt"
questions
What does the CapCut verdict mean?

The core job looks buildable, with meaningful gaps: mobile app quality, effects/templates. Read the full tradeoff list before committing. This research record is not a hosted IVCIFY tool.

What price does this directory record show for CapCut?

The directory records $19.99/month for Pro, checked 2026-07-30. Verify the source before making a purchase decision. This reference stays outside retail Stack Math unless current matched evidence supports the comparison.

What do I lose by replacing CapCut?

Honestly: mobile app quality; effects/templates; asset library; timeline editor; platform integrations; rendering performance. If any of those are load-bearing for you, keep paying.

Is there an open-source alternative to CapCut?

The listed prior art includes Shotcut (Open-source video editor; powerful prior art but not mobile/template-first like CapCut.). Inspect those projects before starting from a blank prompt.