converttt
v1.0.0
Published
Convert iTunes Timed Text (.itt) into SubRip Subtitle files (.srt).
Downloads
3
Maintainers
Readme
ITT to SRT converter
A command line utility that converts iTunes Timed Text (.itt) into SubRip Subtitle files (.srt).
Installation
Make sure you have at least Node.js version 8 installed.
Run npm install -g converttt
in your terminal to install the tool.
Usage
Point newly installed Terminal command at one or more files or folders. It will create .srt files next to the .itt files.
To convert a folder call: converttt some-folder/
.
You can also convert files by calling:
converttt *
orconverttt ./
orconverttt some-subtitle.itt
.
Get help by running: converttt --help
License
This project is licensed under AGPLv3, see license.