Skip to content

Welcome to the ClipABit GitHub!

What is ClipABit?

ClipABit is a plugin that enables video editors to quickly search for specific moments in their footage using natural language. It's an AI-powered Ctrl+F tool powered with the full context of your clips. Simply describe what you’re looking for and ClipABit will not only find the right video, but also the exact timestamp. It integrates directly as a plugin into DaVinci Resolve, enabling instantaneous searching without interrupting the editing flow. Check out our website and join our waitlist here, or test it out from our online demo here!

How does it work?

We take all the user uploaded footage, index it and save its context in a vector database that can be queried to find the most relevant clips instantly. During indexing, we chunk and normalize videos, extract frames and create embeddings from the visual and audio semantics. This is done using various pre-trained models. At the same time, we also extract any faces from frames, cluster identical ones together and tag them. Upon querying, the user input is compared against the vectors stored in the database, where the most relevant ones are retrieved, ranked, and the respective video clips are returned.

What can you find here?

Here you’ll find repositories for the various projects and initiatives our team is working on. This includes implementations of the core ClipABit product, experimental research into new model architectures, and testing frameworks for evaluating performance. Feel free to browse around and explore what we’ve been building!

The Team

This project couldn't have been possible without the leadership of our amazing technical project managers and the dedication of our core members!

Technical Project Managers

Core Members

Pinned Loading

  1. Onboarding-Project Onboarding-Project Public

    Onboarding exercise as part of the ClipABit team

    Python 1

Repositories

Showing 10 of 13 repositories
  • clipabit-product-page Public

    Try me bro!

    ClipABit/clipabit-product-page’s past year of commit activity
    TypeScript 0 0 0 1 Updated Feb 1, 2026
  • monorepo Public

    monorepo for the main clipabit application. Includes embedding, querying, facial recognition engines, and both web and Davinci Resolve clients

    ClipABit/monorepo’s past year of commit activity
    Python 3 Apache-2.0 1 0 1 Updated Feb 1, 2026
  • Resolve-Plugin Public

    Plugin and related services for the ClipABit Davinci Resolve Plugin

    ClipABit/Resolve-Plugin’s past year of commit activity
    Python 0 0 0 0 Updated Jan 30, 2026
  • installer Public

    Installer repo

    ClipABit/installer’s past year of commit activity
    Python 0 0 0 0 Updated Jan 25, 2026
  • .github Public

    ClipABit: A semantic search engine helping video editors search through their footage using natural language

    ClipABit/.github’s past year of commit activity
    0 0 0 0 Updated Jan 25, 2026
  • split-clips Public
    ClipABit/split-clips’s past year of commit activity
    Python 0 MIT 0 0 0 Updated Nov 17, 2025
  • ClipABit/facial-recognition’s past year of commit activity
    Python 0 0 0 0 Updated Nov 13, 2025
  • multimodal-embeddings Public

    Testing different embedding methods (image + text, video + text, llm)

    ClipABit/multimodal-embeddings’s past year of commit activity
    Python 0 0 0 0 Updated Oct 29, 2025
  • textbasedvideosearch Public

    basic implementation of a semantics based video search, working on adding other models and such

    ClipABit/textbasedvideosearch’s past year of commit activity
    Python 0 0 0 0 Updated Oct 27, 2025
  • Multimodal-Audio-Search Public

    Multimodal ASR and General audio vectorization and retrieval, and proof of concept for a type of pipeline converting modalities to text before vectorizing and weighting combinations of similarity from vector search based on prompt characteristics.

    ClipABit/Multimodal-Audio-Search’s past year of commit activity
    Python 0 0 0 0 Updated Oct 15, 2025

Top languages

Loading…

Most used topics

Loading…