Skip to content

A simple video editor for trimming and resizing clips.

License

Notifications You must be signed in to change notification settings

Yo-Karma/video-editor

 
 

Repository files navigation

ClipsAI Video Editor UI

License: MIT

Introduction

This repo provides a simple video trimming and resizing UI for the clips generated by Clips AI. Clips AI is an open-source Python library that automatically converts long videos into clips. Check out the library here.

Note: The data used in the demo were all generated using the clipsai library.

Screenshot

Note: In the 9:16 format, the transition cuts to different speakers can appear glitchy. This issue stems from slightly delayed event triggers, which don't always align with the exact moment of speaker change in the video. However, the timing for resizing and frame switching provided by our Python library is precise, ensuring accurate cuts when cropping the video with FFmpeg.

Installation

git clone [email protected]:ClipsAI/demo.git
npm i && npm run dev

About

A simple video editor for trimming and resizing clips.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.9%
  • Other 0.1%