ffmpegwasm / ffmpegwasm/ffmpeg.wasm

Using a ReadStream as input

Đang mở
#227 4 bình luận 10 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
C
Star
17.8k
Fork
1.1k
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

**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.

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.