1.0.4 • Published 9 years ago

sbv-to-nvivo v1.0.4

Weekly downloads
9
License
ISC
Repository
github
Last release
9 years ago

sbv-to-nvivo

Transform YouTube .sbv files to NVivo .txt format.

Installation

sbv-to-nvivo should be installed as a global npm package:

$ npm install -g sbv-to-nvivo

If this fails, you may need to run as admin:

$ sudo npm install -g sbv-to-nvivo

On Windows, right-click the Command Prompt tool and select "Run as Administrator"

Verify that the installation was successful by running sbv-to-nvivo from a command prompt.

Usage

$ sbv-to-nvivo captions.sbv

Creates captions1.txt

$ sbv-to-nvivo captions1.sbv captions2.sbv

Creates captions1.txt and captions2.txt

$ sbv-to-nvivo *.sbv

Creates <filename>.txt for each <filename>.sbv in the current directory

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago