http://lowerquality.com/gentle/
There are 3 files to process under align.py file
- Need to give movie name after -m arg along with the extenstion like -m movie.mkv
- Need to give the subtitle file with -s arg like -s movie_subtitle.srt
- It is optional to give name of final adjusted subtitle file a name, by default it gives new subtitles.srt. If needed we can name it with -o file_name_here.srt
A simple running example is like this:
python3 align.py -m example_name.mkv -s subtitle.srt -o output.srt
- Get the dockercontainer of Gentle and keep it running (instructions inside gentle folder)
- Install all resources by installing resources.
Licensed under the MIT License.