Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 284 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 284 Bytes

ffmpegWasmHlsToMp4

Demo of using ffmpegwasm to covert an HLS playlist to mp4, in the browser.

Usage:

$ npm i
$ node serve.mjs

Navigate to http://localhost:3000

Fill the input field presented with a URL pointing to an HLS master playlist. Hit the Download mp4 button.