Skip to content

julzelements/nodeSrtPlayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple subtitle player built in node

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published