Command line utility to convert iTunes Timed Text subtitle files.
Find a file
2025-08-10 17:15:29 +02:00
.gitignore initial commit 2018-10-21 19:36:12 +02: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 use built-in test runner, instead of ava 2025-08-10 17:04:30 +02:00
LICENSE.txt rename tool to converttt 2018-10-21 20:25:40 +02:00
package-lock.json 🐛 fix repo url 2025-08-10 17:15:29 +02:00
package.json 🐛 fix repo url 2025-08-10 17:15:29 +02:00
README.md use built-in test runner, instead of ava 2025-08-10 17:04:30 +02:00

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

Prerequisite(s): Node.js

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.