/SubsSyncher

Adjusts the subtitle timings and create a new SRT file from the original subtitle file

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

SubsSyncher

Adjusts the subtitle timings and create a new SRT file from the original subtitle file

Case 1

Run the script locally to convert subtitles

Update the necessary fields 1. 'time_diff', 2. 'operation', 3.'input_file', 4. 'output_file' in starter.py

Run the file application/model/subs_converter.py

Case 2

To Run this as service

  1. Install the necessary libraries from requirements.txt pip install -r requirements.txt
  2. Run the application/run_server.py