ffmpegwasm / ffmpegwasm/ffmpeg.wasm

Reading files larger than what Chrome allows in MEMFS (>261MB)

未关闭
#92 6 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
C
星标
17.8k
派生
1.1k
PR 合并指标
30 天内没有已合并 PR

描述

Hi,

My goal is to use FFmpeg with a particular run command on files which are going to be very large (multiple gigabytes). It is required that it executes entirely on the client as no data is allowed to be transmitted back to the server. Correct me if I'm wrong but using FFmpeg with node will mean the data is transmitted to the server for processing. If that is the case then node won't be suitable. I know that modern browsers have limits on how large the file can be which it can read with FileReader. Does FFmpeg support buffered reads of the file?

Thanks,
Oliver

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。