A PyQt5-based application for clipping videos and adding subtitles.
- Load and clip videos
- Add subtitles
- Adjust video resolution and aspect ratio
- Export clips with optional subtitles
- Clone this repository
- Install dependencies:
pip install -r requirements.txt
- Run the application:
python video_clipper.py
- Click on the Browse button and select the video.
- Write your desired resolution in the Resolution box to crop the video. (eg. If you want to create short videos.. add 1080x1920)
- Write the desired aspect ratio in the Aspect Ratio box.
- Choose and add as many timestamps as you want for the short clips.
- Select the Create Subtitles checkbox if you want to create a subtitle .srt file with the video.
- Select the Burn Subtitles checkbox if you want to burn the subtitles in the short clips.
- Click on the Cut Video Button to create different Short Clips.
This project is licensed under the MIT License - see the LICENSE file for details.