Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ying_123 committed Jun 14, 2023
1 parent 55c15c4 commit 874c733
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
### A tool for download hls/m3u8 to mp4

#### no longer depend on @ffmpeg/ffmpeg since version 2.0
##### no longer depend on @ffmpeg/ffmpeg since version 2.0

##### for better compatibility for mp4 file, use 1.x instead

### online demo

Expand Down Expand Up @@ -52,3 +54,7 @@ hls2mp4.saveToFile(buffer, 'test.mp4')
const hls2mp4 = new Hls2Mp4({...})
</script>
```

### limitations

- m3u8 file with multiple audio track not supported for now

0 comments on commit 874c733

Please sign in to comment.