A script to fix out of sync subtitles - in javascript
This script can be used to easily fix subtitle files that aren't synced with the audio.
Just navigate to this page and follow
the instructions, or checkout this repo and open index.html
in your favorite
browser.
As the instructions say, the process is simple:
- Load your subtitles file (nothing is uploaded, there is no backend server involved)
- Find a dialog in the video, and take note of the timestamp at which it starts
- Find that same dialog in the subslider.js page, and select it
- Change the subtitle's start field so that it matches the beginning of the dialog
- Press submit and either download the edited .srt file, or copy/paste its content to a new file
subslider.js is released under the GPLv2 license, the libraries that it uses are
released under different licenses. Every library is included along with its
original LICENSE
file. All libraries are stored inside the lib
folder.
Michael Bromley for his Angular Pagination module (and of course, to all the developers he credited for his module)