This script automates some basic video/audio editing that I usually do for my YouTube videos.
Run the script by passing a full filepath of the video you want to edit
python index.py -p /full/path/to/file.mp4
This will create a new video file with -edited
suffix in the same location as the input video file. E.g. /full/path/to/file-edited.mp4
.
The new file will have the following edits:
- Remove all 'silent' parts of the video
- Normalize the audio volume
- Add compression to the audio
- Basic EQ - high pass filter
- denoise
- deesser
- better EQ for podcast voice