ffmpegwasm / ffmpegwasm/ffmpeg.wasm

Using a ReadStream as input

未關閉
#227 4 則留言 10 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
C
星號
17.8k
分支
1.1k
PR 合併指標
30 天內沒有已合併 PR

描述

**Is your feature request related to a problem? Please describe.**
I want to be able to cut clips from one or more large videos and concat them (something like a highlight video). To do so I have to copy the whole video to FS and then run ffmpeg on it. I've implemented a version of this nodejs (not a wasm version) and wanted to move towards client side editing. There you could create a readstream and use that as input for ffmpeg. Unfortunately it seems this is not possible in ffmpeg wasm (unless I'm missing something).

**Describe the solution you'd like**
I'd like some way to use a readstream as input for ffmpeg.

**Describe alternatives you've considered**
I'd have to go back to my old implementation or accept load 2Gb+ into memory.

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。