A straightforward simple video editor built with Python. SVE provides essential tools for trimming, cropping, and extracting audio from video clips through a clean user interface.
Video Trimming, Interactive Cropping, Gif Creation, Audio Extraction, Mute Audio
You can download the latest installer from the Releases page.
- Go to the Releases page.
- Find the latest release, which will be at the top.
- Under the "Assets" section, download the
SVE-Installer-v...exe
file. - Run the downloaded installer to set up the application on your system.
First, clone this repository and create a virtual environment to manage dependencies.
# Clone the repository
git clone https://github.com/Maxhem2/SVESimpleVideoEditor.git
cd SVESimpleVideoEditor
# Create a virtual environment
python -m venv venv
# Activate the virtual environment
# On Windows:
.\venv\Scripts\activate
# Make sure your virtual environment is active
pip install -r requirements.txt
Once the dependencies are installed, you can run the application directly:
python SimpleVideoEditor.py
This project is licensed under the MIT License - see the LICENSE.md
file for details.