About this project

Tajo is a simple desktop application focused on quick video trimming rather than complex editing. It provides a streamlined workflow for users who need to cut clips without the overhead of a full-fledged video production suite. Key capabilities include: - Video Loading: Supports importing files via a file picker or drag-and-drop. - Previewing: Includes a built-in player for reviewing footage. - Metadata Analysis: Displays video information such as duration, resolution, and codec. - Trimming: Allows users to cut specific segments of a video. - Exporting: Saves the processed video to a user-defined path. The application is built with a modern tech stack consisting of a React, TypeScript, and Tailwind CSS frontend, and a Rust backend that manages FFmpeg and FFprobe as external processes for media manipulation.