Browser-Based Workflow Tools for Video Editors.
No installations, no servers, and no data collection; just powerful tools that run instantly in your web browser.
EditKit solves common file and preparation tasks without ever leaving your machine.
- ⚡ Zero Setup: Open the page and start working immediately.
- 🔒 Privacy First: Your files never leave your machine; all processing happens client-side.
- 🆓 Free & Open Source: The tools are free forever and built on an MIT License.
Utilities that streamline other content creators' video workflow.
- Subtitle Converters: Convert, merge, sync, and clean subtitle files (SRT, VTT, LRCX, etc.).
- SRT to FCPXML: Convert subtitle files to Final Cut Pro XML title format with customizable settings.
- Color Grader: Apply
.cubeLUT files with custom brightness and saturation controls to your images.
I've been stylizing and batch producing subtitles ever since I started creating content. There weren't many free softwares that helped with my workflow, so I started writing Python scripts to handle subtitle conversions, timing adjustments, and format cleanups: mostly piecing code together with limited programming knowledge from self-teaching.
These tools come from those scripts, dating all the way back to 2022. And now that I've got more technological knowledge, I believe it was the adequate time to publish them.
EditKit is built entirely from static assets, making it fast and easy to host:
- Frontend: HTML, CSS (Tailwind), and JavaScript.
- Core Logic: Pyodide for complex Python processing running directly in the browser.
Contributions are always welcomed! If you found a bug or have a great feature idea, please open an issue here or submit a pull request.
- SRT to FCPXML converter is based on srt2fcpxml by GanymedeNil, ported to Python with browser compatibility and additional features.