UNPKG

label2srt

Version:

Converts Audacity labels (txt files) into SubRip (srt files)

84 lines (60 loc) 2.84 kB
# label2srt [![NPM version](https://img.shields.io/npm/v/label2srt.svg?style=flat)](https://www.npmjs.com/package/label2srt) [![NPM monthly downloads](https://img.shields.io/npm/dm/label2srt.svg?style=flat)](https://npmjs.org/package/label2srt) [![NPM total downloads](https://img.shields.io/npm/dt/label2srt.svg?style=flat)](https://npmjs.org/package/label2srt) [![Linux Build Status](https://img.shields.io/travis/onokumus/label2srt.svg?style=flat&label=Travis)](https://travis-ci.org/onokumus/label2srt) > Converts Audacity labels (txt files) into SubRip (srt files) <details> <summary><strong>Table of Contents</strong></summary> - [Install](#install) - [Usage](#usage) - [Options](#options) - [About](#about) * [Related projects](#related-projects) * [Contributing](#contributing) * [Contributors](#contributors) * [Release history](#release-history) * [Building docs](#building-docs) * [Running tests](#running-tests) * [Author](#author) * [License](#license) _(TOC generated by [verb](https://github.com/verbose/verb) using [markdown-toc](https://github.com/jonschlinkert/markdown-toc))_ </details> ## Install Install globally with [npm](https://www.npmjs.com/) ```sh $ npm install --global label2srt ``` ## Usage ```sh label2srt <inputfile.txt> [<outputfile.srt>] ``` ## Options + inputfile : required + outputfile : optional ## About ### Related projects - [metismenu](https://www.npmjs.com/package/metismenu): A jQuery menu plugin | [homepage](https://github.com/onokumus/metisMenu#readme "A jQuery menu plugin") - [twbuttons](https://www.npmjs.com/package/twbuttons): alexwolfe/Buttons for Twitter Bootstrap 3 | [homepage](https://github.com/onokumus/twbuttons "alexwolfe/Buttons for Twitter Bootstrap 3") ### Contributing Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). ### Contributors ### Release history ### Building docs _(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ To generate the readme, run the following command: ```sh $ npm install -g verbose/verb#dev verb-generate-readme && verb ``` ### Running tests Install dev dependencies: ```sh $ npm install && npm test ``` ### Author **Osman Nuri Okumuş** + [github/onokumus](https://github.com/onokumus) + [twitter/onokumus](https://twitter.com/onokumus) ### License Copyright © 2017, [Osman Nuri Okumuş](https://github.com/onokumus). MIT *** _This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.4.2, on February 02, 2017._ [metismenu]: https://github.com/onokumus/metisMenu [twbuttons]: https://github.com/onokumus/twbuttons