Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
ying_123 committed Jun 8, 2023
1 parent 4128821 commit 10ef2ac
Show file tree
Hide file tree
Showing 14 changed files with 33,024 additions and 597 deletions.
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
### A tool for download hls/m3u8 to mp4

#### This package depends on @ffmpeg/ffmpeg, you need install it first

```shell
# install ffmpeg
npm install @ffmpeg/ffmpeg @ffmpeg/core

```

##### for more information, see [https://github.com/ffmpegwasm/ffmpeg.wasm](https://github.com/ffmpegwasm/ffmpeg.wasm)
#### no longer depend on @ffmpeg/ffmpeg since version 2.0

### online demo

Expand Down Expand Up @@ -44,7 +36,6 @@ hls2mp4.saveToFile(buffer, 'test.mp4')

#### as script
```html
<script src="static/js/ffmpeg.min.js"></script>
<script src="dist/hls2mp4.js"></script>
<script>
const hls2mp4 = new Hls2Mp4({...})
Expand Down
Loading

0 comments on commit 10ef2ac

Please sign in to comment.