web-transcode
v1.4.0
Published
Transcodes a video file plus captions so it can be played in a browser
Downloads
9
Readme
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.srtRequires ffmpeg to be installed in your PATH.
