whatisgithub

What is logiccut?

insiderx-pro/logiccut — explained in plain English

Analysis updated 2026-05-18

101PythonAudience · vibe coderComplexity · 4/5LicenseSetup · hard

In one sentence

A video repurposing tool for content creators that an AI coding agent operates, turning a source video into hooks, translated subtitles, dubbed audio, and remix clips.

Mindmap

mindmap
  root((LogicCut))
    What it does
      Agent driven video pipeline
      Generates hooks and clips
      Translates and dubs audio
    Tech stack
      Python
      faster-whisper
      FFmpeg
    Use cases
      Repurpose long videos
      Translate video content
      Build highlight clips
    Audience
      Vibe coders
      Content creators

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Turn a long source video into a short hook opener, translated subtitles, and a merged remix.

USE CASE 2

Generate dubbed audio in another language using a local text to speech backend.

USE CASE 3

Create short clips from public comments on a source video for social media.

What is it built with?

Pythonfaster-whisperpyannoteFFmpegyt-dlp

How does it compare?

insiderx-pro/logiccutgao-ruilin/autorungu-cryptography/anykb
Stars101101101
LanguagePythonPythonPython
Setup difficultyhardeasymoderate
Complexity4/52/54/5
Audiencevibe coderdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · hard Time to first run · 1h+

Requires an AI coding agent like Codex to set up and download models onto your machine.

Use, copy, modify, and distribute freely, including commercially, as long as you include the license and note any changes.

So what is it?

LogicCut is an open-source video repurposing tool for content creators, designed primarily for Chinese-speaking users. The README is written in Chinese. The tool is built around a workflow where an AI coding agent, specifically OpenAI Codex, is given this repository and then executes the video processing pipeline by calling LogicCut's command-line tools. The intended workflow takes a source video (either a local file or an authorized link to YouTube or Bilibili) and produces a set of secondary content from it: a 15 to 30 second hook opener built around a theme from the original video, translated subtitles, an optional dubbed audio track in another language, video clips made from public comments on the original video, and a final merged remix combining all of these elements. All major processing steps run locally rather than on external servers. Speech-to-text transcription uses faster-whisper, which is a local AI speech recognition model. Speaker identification (telling apart multiple people in a conversation) uses a model called pyannote. For text-to-speech dubbing, the tool supports several local backends including RGAD Cross-Lingual TTS, FishAudio, IndexTTS2, and OmniVoice, with RGAD recommended as the default for Chinese translation use cases. Video downloading uses yt-dlp, and all video cutting and merging uses FFmpeg. The repository does not bundle model weights. When Codex sets up the project, it downloads the required models from GitHub or Hugging Face onto the user's machine based on which features are needed. Cloud AI APIs are optional and require the user to configure them explicitly, the default paths avoid requiring external API keys. Current status is public preview. Several features are labeled beta or experimental, including the highlight opener, video translation, and comment-to-video conversion. Some workflows require cookies to download video from platforms, which may be affected by platform policy changes. There is no web interface yet, the tool is CLI-first and designed for agent-driven use. The project is licensed under Apache 2.0.

Copy-paste prompts

Prompt 1
Walk me through having Codex set up LogicCut and download the models it needs for my machine
Prompt 2
Explain what faster-whisper and pyannote each do in LogicCut's video pipeline
Prompt 3
Help me pick a text to speech backend in LogicCut for dubbing into Chinese
Prompt 4
Explain which parts of LogicCut are still labeled beta or experimental

Frequently asked questions

What is logiccut?

A video repurposing tool for content creators that an AI coding agent operates, turning a source video into hooks, translated subtitles, dubbed audio, and remix clips.

What language is logiccut written in?

Mainly Python. The stack also includes Python, faster-whisper, pyannote.

What license does logiccut use?

Use, copy, modify, and distribute freely, including commercially, as long as you include the license and note any changes.

How hard is logiccut to set up?

Setup difficulty is rated hard, with roughly 1h+ to a first successful run.

Who is logiccut for?

Mainly vibe coder.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.