Linux/MacOS
-
Clone the repository from Github using :
git clone https://www.github.com/CCExtractor/Subtitle-Resync.git
-
Make sure dependencies are installed. The instructions are located in
/docs/installing_dependencies.adoc. -
Navigate to
installdirectory and runbuild.sh.cd install/ sh ./build.sh
-
Sync!
./resync -o /path/to/original/audio.wav -m /path/to/modified/audio.wav -s /path/to/original/subtitle.srt
Windows
-
Clone the repository from Github using :
git clone https://www.github.com/CCExtractor/Subtitle-Resync.git
-
Make sure dependencies are installed. The instructions are located in
/docs/installing_dependencies.adoc. -
Use CMake to generate project files, and then build it.
-
Sync!
./resync -o /path/to/original/audio.wav -m /path/to/modified/audio.wav -s /path/to/original/subtitle.srt