admin管理员组文章数量:1384310
I'm having a problem when loading a larger file with ffmpeg in safari mobile, it crashes while doing that.
Currently I'm loading the whole file at once await ffmpeg.writeFile(inputFileName, await fetchFile(file));
and to my understanding safari tries to load it in-memory in one go and fails.
How can I work around this issue? Maybe split the file to chunks? Maybe streaming?
Thank you.
本文标签: javascriptHow to load file in ffmpeg in chunksStack Overflow
版权声明:本文标题:javascript - How to load file in ffmpeg in chunks? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744498952a2609202.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论