https://github.com/badmagick329/editvideo
A simple desktop app gui wrapper around ffmpeg for cropping and clipping videos
https://github.com/badmagick329/editvideo
ffmpeg go golang react wails
Last synced: 2 months ago
JSON representation
A simple desktop app gui wrapper around ffmpeg for cropping and clipping videos
- Host: GitHub
- URL: https://github.com/badmagick329/editvideo
- Owner: badmagick329
- Created: 2024-03-30T00:24:21.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-25T14:47:14.000Z (over 1 year ago)
- Last Synced: 2025-12-27T01:59:01.584Z (6 months ago)
- Topics: ffmpeg, go, golang, react, wails
- Language: TypeScript
- Homepage:
- Size: 88.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FFmpeg GUI Wrapper - Clip and Crop Tool
This is a lightweight desktop application built in Go, providing a simple and user-friendly graphical interface for clipping and cropping video clips using FFmpeg.
## Features
- **Clip Videos**: Select start and end times to extract specific portions of a video.
- **Crop Videos**: Easily define the crop area by setting coordinates and dimensions.
- **Cross-Platform**: Works on Windows, macOS, and Linux.
## Screenshot
Clip and crop videos using either your own or the default ffmpeg parameters.

## Installation
### Prerequisites
- [FFmpeg](https://ffmpeg.org/) must be installed and accessible from your system’s PATH.
- [Wails](https://wails.io/docs/gettingstarted/installation) will be required for building this project.
### Build
Build the app with `wails build --clean`. Alternatively you can target specific operating systems with one of the scripts in the scripts folder.