Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mbalamat/ffmpegWasmHlsToMp4
- Owner: mbalamat
- Created: 2022-06-25T14:16:20.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-27T08:49:58.000Z (over 2 years ago)
- Last Synced: 2024-07-27T11:42:51.191Z (3 months ago)
- Topics: ffmpeg, ffmpegwasm, hls, hls-live-streaming, mp4, mp4-converter, wasm
- Language: HTML
- Homepage:
- Size: 17.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.