Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 540 Bytes

README.MD

File metadata and controls

35 lines (24 loc) · 540 Bytes

Simple node subtitle player

Dependencies

subtitle

Description

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

Instructions

$ 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