git404hub

what is qmm-autoedit fr?

respectfulnrespected59-source/qmm-autoedit — explained in plain English

Analysis updated 2026-05-18

0PythonAudience · vibe coderComplexity · 2/5LicenseSetup · easy

tl;dr

A free, CPU-only command-line tool that turns raw video into edited Shorts or long-form cuts by removing dead air, adding karaoke captions, and reframing to 9:16.

vibe map

mindmap
  root((qmm-autoedit))
    What it does
      Dead-air removal
      Karaoke captions
      9:16 reframe
      CPU only
    Tech stack
      Python
      FFmpeg
      faster-whisper
    Use cases
      Shorts and Reels editing
      Long-form tightening
      Best window auto-clip
    Audience
      Creators
      Vibe coders

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 make with this?

VIBE 1

Convert a raw talking-head recording into a captioned, vertical TikTok or Reels clip.

VIBE 2

Automatically trim dead air out of a long-form video before uploading it.

VIBE 3

Auto-pick the highest-energy 60-second window from a longer video to turn into a Short.

what's the stack?

PythonFFmpegfaster-whisper

how it stacks up fr

respectfulnrespected59-source/qmm-autoedit0xallam/my-recipe0xhassaan/nn-from-scratch
Stars00
LanguagePythonPythonPython
Last pushed2022-11-22
MaintenanceDormant
Setup difficultyeasymoderatemoderate
Complexity2/52/54/5
Audiencevibe codergeneraldeveloper

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

how do i run it?

Difficulty · easy time til it works · 30min

Requires FFmpeg installed on the system PATH, faster-whisper is optional for captions.

MIT license, free to use, modify, and distribute with attribution.

in plain english

QMM AutoEdit is a free command-line tool that turns raw video footage into an upload-ready clip automatically, without needing a graphics card. It is aimed at creators who want the kind of auto-editing found in paid Premiere plugins, built instead on two free tools: FFmpeg for video processing and faster-whisper for speech transcription. The tool does three main things. First, it removes dead air by detecting silent gaps in the audio and stitching the remaining loud sections back together into one tighter clip. Second, it can add karaoke-style captions that highlight each word as it is spoken, generated from a word-by-word transcript. Third, it can reframe any video into the tall 9:16 aspect ratio used by TikTok, Reels, and Shorts, filling the extra space with a blurred version of the background instead of cropping content out. There are three modes: short mode for vertical social clips with aggressive dead-air trimming and captions, longform mode which keeps the original aspect ratio and length but gently tightens and captions it, and clean mode which only removes dead air with no captions or transcription step. A best-window feature can also automatically find and use the highest-energy N-second segment of a longer video for short mode. Setup requires FFmpeg and Python 3.9 or later on the system. The captions and best-window features additionally need the faster-whisper package installed, but the tool still works without it, just skipping those steps with a printed notice. There are no API keys, accounts, or internet connection required at any point, and the only configurable setting is the caption font. The project includes a CLAUDE.md file written specifically to give Claude Code full context on the codebase's structure and command-line flags. It is released under the MIT license.

prompts (copy fr)

prompt 1
How do I run qmm-autoedit in short mode on a video called RAW.mp4?
prompt 2
Explain the difference between short, longform, and clean modes in this tool.
prompt 3
What do I need to install to enable karaoke captions in this auto-editor?
prompt 4
Walk me through how the silence-detection and reframing steps work in this codebase.

Frequently asked questions

what is qmm-autoedit fr?

A free, CPU-only command-line tool that turns raw video into edited Shorts or long-form cuts by removing dead air, adding karaoke captions, and reframing to 9:16.

What language is qmm-autoedit written in?

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

What license does qmm-autoedit use?

MIT license, free to use, modify, and distribute with attribution.

How hard is qmm-autoedit to set up?

Setup difficulty is rated easy, with roughly 30min to a first successful run.

Who is qmm-autoedit for?

Mainly vibe coder.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.