Skip to content

fermendi/Subtitles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Subtitles

Change the format of subtitles (.srt files)

Fernando Mendiburu - 2021

Table of Contents

Installation

Download from here or using git clone:

$ git clone https://github.com/fermendi/Subtitles.git

Foundations

The problem arises in some .srt files with time superposition. For example, let's see this subtitle:

Size Limit CLI

A pretty messy, this is because time superposition.

Using subtitles.py, the messy subtitle is fixed as below:

Size Limit CLI

User Guide

The command structure has the following form:

$ subtitles.py --path_file PATH_FOLDER --overwrite_file OVERWRITE_FILE

--path_file: Accept a root path PATH_FOLDER in which .srt files are contained.

--overwrite_file: Choose if you would like to overwrite the file(s), OVERWRITE_FILE could be [Yes, No].

subtitles.py will fix each .srt file contained in PATH_FOLDER and subfolders.

About

Change the format of subtitles (.srt files)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages