A powerful video editing tool for cutting, compressing, and processing visuals
Features • Installation • Usage • Development • Contributing • License
| Platform | Installer | Type |
|---|---|---|
| Windows | Download .msi | Recommended for most users |
| Windows | Download .exe | Alternative installer |
- Video Cutting - Segment videos with frame-accurate precision
- Custom Intro Addition - Seamlessly add intro clips to each segment
- Video Compression - Optimize file size while maintaining quality
- Batch Processing - Handle multiple videos simultaneously
- Fast Performance - Powered by FFmpeg for efficient processing
- Modern Interface - Intuitive UI built with Tailwind CSS 4
- Cross-Platform - Built with Tauri 2 for compatibility across systems
- Download the installer for your platform from the links above
- Run the installer and follow the on-screen instructions
- Launch Eddit from your applications menu or desktop shortcut
- Node.js (v22.12.0 or latest stable)
- pnpm (recommended package manager)
- Rust & Cargo (latest stable)
- Git
- Clone the repository
git clone https://github.com/AbdulKhadhar/eddit.git
cd eddit- Unzip FFmpeg components
After cloning, you need to unzip FFmpeg components:
- Unzip
src-tauri/bin/ffmpeg.zipandsrc-tauri/bin/ffprobe.zipto the same folder (src-tauri/bin/)
- Install dependencies
pnpm installpnpm tauri devpnpm tauri build-
Frontend:
- React with TypeScript
- Tailwind CSS 4
- Vite
-
Backend:
- Tauri 2 (Rust)
- FFmpeg for video processing
Contributions are welcome and appreciated! Here's how you can contribute:
- Fork the repository
- Create a branch for your feature (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
Please make sure to update tests as appropriate and adhere to the project's code style.
This project is licensed under the MIT License.
If you find Eddit useful, please consider:
- Giving it a star on GitHub
- Sharing it with others who might benefit
- Providing feedback through issues
For issues, suggestions, or questions:
Made with ❤️ by Abdul Khadhar
