Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 431 Bytes

File metadata and controls

11 lines (9 loc) · 431 Bytes

VideoClipper(Only for unix/ubuntu)

Clips/Cuts the video into multiple videos using silence time as delimiter.

Pre installing: 1.ffmpeg - "sudo apt install ffmpeg" 2.Python 3.5+

Steps:

  1. Place the video file in the same folder as this project
  2. Give permission to run videoClipping.sh script using "chmod 775 ./videoClipping.sh"
  3. Run the videoClipping script as "./videoClipping <delimiter time> <path for video file>"