VideoEditor is an automated video editing tool that uses the MoviePy library to perform video editing tasks based on user requirements. Key features include the ability to extract and add subtitles to videos quickly and easily. VideoEditor leverages advanced AI technology from OpenAI and can use the WhisperModel for language-related tasks.
- Extract text from video subtitles.
- Add subtitles to videos.
- Utilize AI to enhance and optimize the video editing process.
- Edit videos quickly according to user specifications.
To use VideoEditor, follow these steps:
git clone https://github.com/xndien2004/VideoEditor.gitNavigate to the VideoEditor directory:
cd VideoEditorCreate a virtual environment:
python -m venv .venv.venv\Scripts\activatepip install -r requirements.txtpy main.py-
Ensure that
magick.exeis downloaded and installed. Set the path toIMAGEMAGICK_BINARYin the configuration file to use image-related features. -
If OpenAI cannot be used, you can replace it with WhisperModel. However, note that this may take longer.