1.4.0 • Published 3 years ago

web-transcode v1.4.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

web-transcode

CLI program to transcode video + captions for playback in a Browser

npm i -g web-transcode

# will create web/video.mp4, web/video.vtt, web/video.html
#
# video.mp4 is the transcoded video with video codec h264
# video.vtt is the vtt captions file
#
# video.html will contain a simple fullscreen player
# that adds the subtitles to the video

web-transcode -i video.something -o web -s subtitle.srt

Requires ffmpeg to be installed in your PATH.

1.4.0

3 years ago

1.3.0

4 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago