A simple and fast video clipping tool to extract specific segments using FFmpeg.
This project aims to provide a lightweight and efficient way to cut specific parts of a video without using complex editing software.
Designed for speed, simplicity, and practical use.
- Cut video by start and end time
- Fast processing (no re-encoding)
- Simple and clean interface (planned)
- Cross-platform support (Desktop & Mobile)
video-clipper-tool/ βββ core/ # Video processing logic (FFmpeg) βββ desktop/ # Desktop UI (Tkinter) βββ mobile/ # Mobile UI (Flutter) βββ utils/ # Helper functions βββ assets/ # Static files (icons, temp) βββ docs/ # Notes and planning βββ tests/ # Testing
- Python (core logic)
- FFmpeg (video processing)
- Tkinter (desktop UI)
- Flutter (mobile UI)
π‘ Planning phase β project structure and foundation setup
This project is currently in early development.
The goal is to build a practical tool first, then expand features gradually.
This project is licensed under the MIT License.