Pick a recorded session to open its speaking-activity analysis and cut it into scenes.
Bring in per-person tracks from Riverside, Zoom, or anywhere — pick the folder, we do the rest.
Loading…
This session hasn't been processed. Do it right here in the browser — open the session folder and Process episode builds the analysis, transcript, auto-edit and show notes for you. No command line needed.
Power users can run the pipeline on the host machine from the project root (replace the path with your session folder):
node tools/analyze.mjs "<session-folder>" --push node tools/transcribe.mjs "<session-folder>" --push node tools/auto-edl.mjs "<session-folder>" --push node tools/notes.mjs "<session-folder>" --push
Analysis is ready. Generate a first draft with the shared auto-edit engine, then refine it.
Render pops a console and runs the whole pipeline on this computer — everything lands in <folder>/out/:
episode.mp4 — the rendered videoepisode.srt + episode.vtt — captions / subtitlesepisode.mp3 — audio-only exportchapters.txt — YouTube chapter markers (also copyable from the Notes tab)If nothing opened: double-click setup-render-launcher.cmd in the project folder once, tick “Always allow” in Chrome’s prompt, then click again.
The buttons use the gps-render:// launcher. Manual fallbacks: double-click run-episode.cmd in your session folder (create it from the Process screen), or run the pipeline yourself:
node "D:\projects\goodpodcastsoftware\tools\episode.mjs" "<session-folder>" --push