git404hub

what is trimora_v2 fr?

samm329-ui/trimora_v2 — explained in plain English

Analysis updated 2026-05-18

0PythonAudience · developerComplexity · 4/5LicenseSetup · hard

tl;dr

An AI pipeline that automatically finds and cuts the best short vertical clips out of long videos for TikTok, Reels, and YouTube Shorts.

vibe map

mindmap
  root((Trimora))
    What it does
      Extracts short clips
      From long videos
      Vertical 9:16 format
    Tech stack
      Python FastAPI
      React frontend
      FFmpeg
      Faster-Whisper
    Use cases
      Podcast to clips
      Automated editing
      Custom scoring strategies
    Audience
      Developers
      Content creators
      Video pipeline builders

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

Turn a long podcast or interview recording into several short vertical clips automatically.

VIBE 2

Automate the process of finding a video's best moments instead of manually scrubbing footage.

VIBE 3

Run the pipeline locally with GPU transcription for faster processing of large video files.

VIBE 4

Build on top of the pipeline's pluggable strategies and scoring objectives to customize how clips are chosen.

what's the stack?

PythonFastAPIReactFFmpegFaster-Whisper

how it stacks up fr

samm329-ui/trimora_v20xallam/my-recipe0xhassaan/nn-from-scratch
Stars00
LanguagePythonPythonPython
Last pushed2022-11-22
MaintenanceDormant
Setup difficultyhardmoderatemoderate
Complexity4/52/54/5
Audiencedevelopergeneraldeveloper

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

how do i run it?

Difficulty · hard time til it works · 1h+

Requires FFmpeg, a transcription backend, and ideally a GPU for reasonable processing speed.

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

in plain english

Trimora takes a long video, like a podcast, lecture, or interview, and automatically finds and cuts out the best short clips from it, the kind of 45 to 90 second vertical clips people post on TikTok, Instagram Reels, and YouTube Shorts. Instead of a person scrubbing through hours of footage looking for good moments, Trimora does that work automatically using a mix of rule based scoring and AI language models. Under the hood, the project is built as a pipeline, meaning the video passes through a series of steps in order. First the audio is transcribed to text, then the transcript is analyzed to understand its meaning and structure, then candidate clips are generated and scored, and finally the best set of clips is chosen and assembled. The README describes this pipeline as production grade, meaning each step is designed to behave predictably and fail with a clear error message rather than silently producing bad results. One of the more distinctive parts of the system is what it calls the deterministic story composer. Rather than asking an AI model to guess where a good clip should start and end, this component uses a search technique called beam search to try out many possible edits and score them along three measures: whether a segment fits the same story, whether it adds value like a surprising or emotional moment, and whether it helps bring the story to a satisfying end. The weight given to each of these three measures shifts depending on whether the segment is near the beginning, middle, or end of the story. The project is built with Python and FastAPI on the backend, React for the frontend, and FFmpeg for video processing. It also uses Faster Whisper for transcribing speech, with the option to fall back to a cloud based transcription service when a local GPU is not available. According to the README's own time estimates, transcribing and processing an 8 minute video takes roughly 25 to 40 seconds with GPU transcription, while a 1 hour video takes about 2 to 4 minutes. The project is licensed under MIT, which is a permissive license that allows free use including commercial use. The full README is longer than what was shown.

prompts (copy fr)

prompt 1
Walk me through setting up Trimora locally, including the FFmpeg and Faster-Whisper dependencies.
prompt 2
Explain how Trimora's deterministic story composer scores and selects clip segments.
prompt 3
Help me configure Trimora's pipeline settings to process a 1 hour podcast episode.
prompt 4
Show me how Trimora's API endpoints work so I can submit a video and retrieve the generated clips.

Frequently asked questions

what is trimora_v2 fr?

An AI pipeline that automatically finds and cuts the best short vertical clips out of long videos for TikTok, Reels, and YouTube Shorts.

What language is trimora_v2 written in?

Mainly Python. The stack also includes Python, FastAPI, React.

What license does trimora_v2 use?

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

How hard is trimora_v2 to set up?

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

Who is trimora_v2 for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.