Skip to content

Gentle - a movie subtitle allignment tool using deep learning application gentle

License

Notifications You must be signed in to change notification settings

itsvaibhav01/Gentle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gentle - a movie subtitle alignment tool using deep learning application gentle


http://lowerquality.com/gentle/

Fast run


There are 3 files to process under align.py file

  1. Need to give movie name after -m arg along with the extenstion like -m movie.mkv
  2. Need to give the subtitle file with -s arg like -s movie_subtitle.srt
  3. 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

Installation

  1. Get the dockercontainer of Gentle and keep it running (instructions inside gentle folder)
  2. Install all resources by installing resources.

License & Copyright

Licensed under the MIT License.