2.0.1 • Published 7 years ago

hlsify v2.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

hlsify

Simply command line utility to convert an input video into an extended multimedia playlist (M3U) with MPEG transport segments. This module assumes zero defaults for input and output options. It gives you the flexability of providing input options, but output options are not yet supported.

Installation

$ [sudo] npm install -g hlsify

Usage

$ hlsify input.mp4 <...ffmpeg input options> output.mp3

See https://github.com/fluent-ffmpeg/node-fluent-ffmpeg for more input options.

License

MIT