Can I vibecode diclip?
KINDA · weekend projectThe core loop is genuinely one-shottable: transcribe, rank the strongest moments, cut vertical clips with burned captions. The gaps are execution and infra. Face-aware reframing with seat tracking, a full in-browser timeline editor, and a container-scale render pipeline are not a one-session build. A competent agent can produce a usable personal clipper quickly, but matching diclip's reframe quality and editing depth is a multi-day project.
Build me a personal substitute for diclip, not a platform clone. - Use Python 3.12 + FastAPI for a localhost web app, a plain JavaScript frontend, faster-whisper for word-level transcription, and FFmpeg for rendering. - I import an MP4, MOV, WebM, or MP3 file and get a transcript synced to the video with speaker timing. - A ranking step selects the strongest 30-90 second moments: call an LLM API key from .env with the transcript, or fall back to a local heuristic (keyword density, question marks, pauses) when no key is set. - Show each candidate clip with its hook line, a confidence score, and a one sentence reason, marked ready or pending. - Let me accept or reject each clip, edit in/out points, and choose 9:16, 1:1, or 16:9 output. - Render clips with FFmpeg using center-crop or blur-pad, burning captions styled by speaker. Never overwrite the source. Show progress and a useful failure message. - Store projects as JSON under ~/diclipDIY/projects and renders under ~/diclipDIY/exports, with a recent-projects page and a delete action. - Bind to localhost only. No accounts, telemetry, or network calls after the model and transcript are local, except the optional LLM ranking call. - Deliberately exclude face-aware reframing with seat tracking, the full in-browser timeline editor, cloud container rendering, yt-dlp downloads, and credit billing. - Add unit tests for the ranking fallback and caption grouping, plus one smoke test that imports a short fixture and produces a playable MP4. - Include a README with setup, data paths, and an honest note that CPU transcription and rendering are slow on long videos.
$ open in your agent (prompt prefilled, you press enter) or copy it raw
prompt copied. want to know what dies next week?
new verdicts + top votes, weekly. free. one-click out.
Creators pay to skip the editing grind: diclip reads the full transcript, explains why each clip was chosen, and opens a prepared edit. The reframe quality and editor depth are tuned over months, not a weekend, and the render pipeline just works on long sources.
xface-aware vertical reframing with seat tracking
xfull in-browser timeline editor with scenes, tracks, and effects
xcontainer-scale render pipeline and yt-dlp import
xcredit-based capacity model and priority processing
xready-to-post hooks and confidence scoring polished for clips
Nothing worth pointing at. That's why the prompt exists.
diclip pricing
| plan | monthly | annual (per mo) | what you get |
|---|---|---|---|
| free | $0/workspace | $0/workspace | 3 clips once; 1 source-hour total; 60 min per source upload cap |
| starter | $2/workspace | — | 30 clips/mo; 2.5 source-hours/mo; 90 min per source |
| creator | $6/workspace | — | 60 clips/mo; 5.75 source-hours/mo; 120 min per source |
| studio | $11/workspace | — | 120 clips/mo; 11 source-hours/mo; 120 min per source; priority processing |
free tier3 clips once, 1 source-hour total, 60 min upload cap
billingmonthly or prepaid 3/12 months (IDR, charged in full; capacity resets monthly)
hidden costsTop-up packs (one-time, active subscription required) for extra source minutes and clips.
verified 2026-08-16 · source ↗
Is diclip free?
Free once: 3 clips and 1 source-hour total, no renewal. Paid is Creator at $6/mo (checked 2026-08-16).
Can I vibecode diclip?
Kinda. The core of diclip is buildable in a weekend with the prompt on this page, but there are real gaps: face-aware vertical reframing with seat tracking, full in-browser timeline editor with scenes, tracks, and effects. Read the honest list above before committing.
How much does diclip cost?
diclip costs about $6/month (Creator, checked 2026-08-16), which is $72 per year.
What do I lose by replacing diclip?
Honestly: face-aware vertical reframing with seat tracking; full in-browser timeline editor with scenes, tracks, and effects; container-scale render pipeline and yt-dlp import; credit-based capacity model and priority processing; ready-to-post hooks and confidence scoring polished for clips. If any of those are load-bearing for you, keep paying.
Is there an open-source alternative to diclip?
No mature open-source alternative worth pointing at, which is exactly why the one-shot prompt on this page exists.