convert-itt

Parse iTunes Timed Text (.itt) into SubRip Subtitle files (.srt).


Keywords
iTunes Timed Text, iTT, SRT, SubRip Subtitle Files, convert
License
Other
Install
npm install convert-itt@1.0.0

Documentation

ITT to SRT converter

Build Status

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.