ffmpegwasm / ffmpegwasm/ffmpeg.wasm

merge m3u8 segments into mp4 not working

オープン
#223 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
C
スター
17.8k
フォーク
1.1k
PR マージ指標
30日以内にマージされた PR はありません

説明

**Describe the bug**
i am trying to merge the segments from a m3u8 file and save/download it into mp4
but i keep getting an error

**Expected behavior**
Merge .ts files and save/download

**Desktop (please complete the following information):**
- OS: Linux
- Browser: brave/chromium
- Version: 91.0.4472.114

anything i am doing wrong?

Code
```
{
args: ['-i', 'index.m3u8', '-c', 'copy', 'video.mp4'],
inFilename: 'index.m3u8',
outFilename: 'video.mp4',
mediaType: 'video/mp4',
}
```

response
```
[fferr] [hls @ 0x1a33300] Failed to open segment 57 of playlist 0
log.js:15 [fferr] [hls @ 0x1a33300] Opening 'index58.ts' for reading
log.js:15 [fferr] [hls @ 0x1a33300] Failed to open segment 58 of playlist 0
log.js:15 [fferr] [hls @ 0x1a33300] Opening 'index59.ts' for reading
log.js:15 [fferr] [hls @ 0x1a33300] Failed to open segment 59 of playlist 0
log.js:15 [fferr] [hls @ 0x1a33300] Opening 'index60.ts' for reading
log.js:15 [fferr] [hls @ 0x1a33300] Failed to open segment 60 of playlist 0
log.js:15 [fferr] [hls @ 0x1a33300] Opening 'index61.ts' for reading
```

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。