Basic desktop video editor prototype built with Python and PySide6.
NOTE: Currently not in development, if you like to work on this project, please open a PR.
pip install -r requirements.txt
python main.pyFFmpeg tools (ffmpeg / ffprobe) should be available on PATH for metadata probing and optional frame extraction.
- Import video, audio, and image media
- Organize media in a project panel
- Edit clips on a 3-track timeline
- Preview playback with timeline synchronization
- Save and load projects as JSON
No export or rendering workflow is included.