Gahara-Editor / gahara

A simple video editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GaharaVideoEditorIcon

🎬 Gahara 🎬

A simple video editor

GitHub code size in bytes GitHub issues GitHub commit activity code coverage badge

gaharavim.mp4

Gahara is a lightweight video editor app powered by the multimedia tool FFmpeg and built with the Wails framework. It provides a GUI to manage video projects and operate on multiple video clips with functions such as adding, removing, and trimming segments. Additionally, it has exporting features such as concatenating video clips (lossy), and support for converting videos to various formats supported by FFmpeg, such as .mp4, .avi, .wmv, and more.

πŸš€ Features

  • Add, remove, and cut video clips
  • Video concatenation: merge multiple video clips together (Lossy)
  • Video clip extraction: cut and extract smaller segments from a larger video clip (Lossless)
  • Video format conversion: transform the current format to another during export (.mp4, .avi, .wmv, etc)
  • Manage projects: ability to create, and delete multiple video projects
  • Vim inspired keybinds: delete, yank, paste, reorder, and move through the project timeline with Vim keybinds
  • Video clip labeling: ability to rename video clips

πŸ“œ Requirements

πŸ“¦ Installation

Releases

Coming Soon

Build from source

Make sure to have the Requirements installed.

  1. Clone the repo
git clone git@github.com:Gahara-Editor/gahara.git

or

git clone https://github.com/Gahara-Editor/gahara.git
  1. Move to the repo
cd gahara
  1. Build the binary
wails build
  1. Application will be under build/bin/

About

A simple video editor

License:Apache License 2.0


Languages

Language:Svelte 45.5%Language:Go 36.8%Language:TypeScript 12.6%Language:JavaScript 4.7%Language:CSS 0.2%Language:HTML 0.2%