CinemaDigest Desktop Manual

Getting started

CinemaDigest is a Windows desktop app. It processes your films entirely on your machine. After installing, open it and check the log pane — it verifies FFmpeg and lists which optional models are present.

Requirements

The account section

In the Auto-Recap panel you’ll find CinemaDigest Account:

Once signed in, the recap planner routes its LLM calls through the server — you don’t need your own Gemini key, and usage is metered against your plan.

Making a recap

  1. Select your source video in the Input Video field.
  2. Choose Recap Settings: duration (e.g. 3 min), pacing, style, clip count, and a Method (Action / Suspense / Thriller / Drama / Comedy / Mystery).
  3. Set the narration language + voice (Language dropdown). English is the default; non-English uses edge-tts voiceover and translated captions.
  4. Click the recap button. The app will: transcribe → detect action scenes → plan the clips → write narration → render the video. Your film never leaves the machine.

Auto-recap queue

You can queue multiple videos for batch processing. Progress shows in the log and progress bar; models are released between steps to save memory.

Captions & styling

Soundtrack

Optional Auto Soundtrack generates music locally with Bark (MIT-licensed, ~1 GB download on first use). You can instead add your own music files to the Music queue — leave Auto Soundtrack off and your files play instead.

In-browser planner & local endpoint

The web app can drive a local endpoint that the desktop app exposes. With the app running, the browser planner connects to http://127.0.0.1:<port>, you pick a movie, and all heavy compute (transcribe / plan / render) runs locally — nothing is uploaded to the server. Use --serve or the local mode in the app to start the endpoint, then open the planner page.

Config & data

Troubleshooting