Skip to content

ichernev/subtitle_polisher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

help message
============

timeshift.py [OPTIONS] filename
          Analyze, fix or crop a subtitle file.

          --help
              Show this help message.
          --split
              Propose split locations.
              Sometimes a large file should be edited by several people.
              A good split of the file is when each chunk has approximately
              the same length and there is a reasonable time gap between the
              chunks.
          --from HH:MM:SS,DDD
              Specify the begining of the interval to be examined.
              Must match exactly the start time of a subtitle.
          --to HH:MM:SS,DDD
              Specify the end of the interval to be examined.
              Must match exactly the end time of a subtitle.
          --check-text-length
              List subtitles that have too many charactes.
          --check-timing
              List subtitles that have a high character per second ratio or
              have short duration.
          --fix-timing
              Prolongs subtitles that are considered to have a short duration
              in --check-timing.
          --inplace
              Overwrite original file.
          --output filename
              Specify an output file name.
              The default is the input file name prefixed by 'fixed.'
          --crop
              Save only the from-to interval.

About

python cli tool for tweaking subtitles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages