Command line utility to convert iTunes Timed Text subtitle files.
Go to file
Nils Norman Haukås c6c7933baf add nogithub badge 2024-01-22 19:21:35 +01:00
.gitignore initial commit 2018-10-21 19:36:12 +02:00
.travis.yml configure ci testing 2018-10-21 20:10:20 +02:00
LICENSE.txt rename tool to converttt 2018-10-21 20:25:40 +02:00
README.md add nogithub badge 2024-01-22 19:21:35 +01:00
index.js rename tool to converttt 2018-10-21 20:25:40 +02:00
lib.js initial commit 2018-10-21 19:36:12 +02:00
lib.test.data.itt initial commit 2018-10-21 19:36:12 +02:00
lib.test.js initial commit 2018-10-21 19:36:12 +02:00
package-lock.json rename tool to converttt 2018-10-21 20:25:40 +02:00
package.json rename tool to converttt 2018-10-21 20:25:40 +02:00

README.md

ITT to SRT converter

Please don't upload to GitHub

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 * or
  • converttt ./ or
  • converttt some-subtitle.itt.

Get help by running: converttt --help

License

This project is licensed under AGPLv3, see license.