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:
- Place the video file in the same folder as this project
- Give permission to run videoClipping.sh script using "chmod 775 ./videoClipping.sh"
- Run the videoClipping script as "./videoClipping <delimiter time> <path for video file>"