converttt

1.0.0 • Public • Published

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.

Package Sidebar

Install

npm i converttt

Weekly Downloads

1

Version

1.0.0

License

AGPL-3.0-or-later

Unpacked Size

42.7 kB

Total Files

8

Last publish

Collaborators

  • nilsnh