subtitle
This subtitle player will:
- load an subtitle file in .srt format
- instantly begin to play it at a point in the file specified by the user
$ cd nodeSrtPlayer
$ npm install
To start playing the spiderman.srt file at the 19 second mark:
$ node play spiderman.srt 19000
To play the test file at zero seconds with medatata logging:
$ node play test.srt 0 verbose
To play default file:
$ node play