Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.06 KB

README.md

File metadata and controls

26 lines (21 loc) · 1.06 KB

Video Clipper

A PyQt5-based application for clipping videos and adding subtitles.

Features

  • Load and clip videos
  • Add subtitles
  • Adjust video resolution and aspect ratio
  • Export clips with optional subtitles

Installation

  1. Clone this repository
  2. Install dependencies: pip install -r requirements.txt
  3. Run the application: python video_clipper.py

Usage

  1. Click on the Browse button and select the video.
  2. Write your desired resolution in the Resolution box to crop the video. (eg. If you want to create short videos.. add 1080x1920)
  3. Write the desired aspect ratio in the Aspect Ratio box.
  4. Choose and add as many timestamps as you want for the short clips.
  5. Select the Create Subtitles checkbox if you want to create a subtitle .srt file with the video.
  6. Select the Burn Subtitles checkbox if you want to burn the subtitles in the short clips.
  7. Click on the Cut Video Button to create different Short Clips.

License

This project is licensed under the MIT License - see the LICENSE file for details.