automated audio alignment for videos processed with VHS-Decode
This tool privides an easy method to align the audio with the decoded video. It will use the JSON information from vhs-decode, cut the audio into sections at gaps (or user defined scene cuts) and adjust the speed of the audio to match the video.
It uses sox
to do all the processing, therefore sox
has to be installed on the system.
For options/usage run audio_align_tool.py -h
This software is released under the GNU GPLv3