papnkukn / subsrt

Subtitle file converter Node.js library and command line tool.
MIT License
100 stars 35 forks source link

Work in browser #10

Open Vladislavik opened 3 years ago

Vladislavik commented 3 years ago

Hi is there a way to work this app in browser?

dnjstlr555 commented 3 years ago

Are you new to nodejs? This library supports converting normal subtitles into vtt subtitles which supported on common browsers You need to provide vtt captions, and add captions into video like down blow

스크린샷 2021-04-16 오후 1 51 59
NStal commented 2 years ago

This lib is using dynamic require (require(ext + ".js")) which is likely to fail by most browser javascript bundler.