Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

README.md

simpleSubtitleTrack

README

This Python 3 script converts legacy Quicktime text tracks to SRT format. Before running, please convert text tracks to UTF-8, using TextWrangler (http://www.barebones.com/products/textwrangler/ ) or another text editor.

You will need Python3 to run (https://www.python.org/downloads/mac-osx/)

To run: 1. Create a folder named "text_tracks” inside the “simpleSubtitleTrack” folder.

In Mac OS X Terminal, set the current directory to “simpleSubtitleTrack”.

Example: cd /Users/yourname/Desktop/simpleSubtitleTrack

Run the "convertToSRT" script in Mac OS X Terminal:

python convertToSRT.py Or python3 convertToSRT.py

(Depending on your installation)

A folder “simpleSubtitleTrack/srt” should appear with your converted text tracks.

About

Quicktime Pro Text Track / Caption to SRT Converter (Python - in progress)

Topics

Resources

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.