Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mbalamat/ffmpegWasmHlsToMp4

Demo of using ffmpegwasm to covert an HLS playlist to mp4, in the browser.
https://github.com/mbalamat/ffmpegWasmHlsToMp4

ffmpeg ffmpegwasm hls hls-live-streaming mp4 mp4-converter wasm

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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.