Skip to content

A python script to adjust the subtitle to get synchronous with the movie.

Notifications You must be signed in to change notification settings

b1ueshad0w/pysubtitle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

PySubtitle

A simple yet useful python script to adjust the subtitle file to get synchronous with the movie by increasing/decresing the subtitle's delay.

Usage

Increase delay with 5 seconds:

python pysubtitle.py -i subtitle_file -o new_subtitle_file -s 5

Decrease delay with 5 seconds:

python pysubtitle.py -i subtitle_file -o new_subtitle_file -s 5 -d

Use python pysubtitle.py -h to show detailed manual. Feel free to modify the script to suit your need ^_^.

About

A python script to adjust the subtitle to get synchronous with the movie.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages